Home
last modified time | relevance | path

Searched refs:COLLAPSE_SOME (Results 1 – 23 of 23) sorted by relevance

/dports/biology/vt/vt-0.57721/lib/htslib/htslib/
H A Dsynced_bcf_reader.h82 #define COLLAPSE_SOME 8 // at least some of the ALTs must match macro
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/htslib/
H A Dsynced_bcf_reader.h82 #define COLLAPSE_SOME 8 // at least some of the ALTs must match macro
/dports/biology/stacks/stacks-2.4/htslib/htslib/
H A Dsynced_bcf_reader.h82 #define COLLAPSE_SOME 8 // at least some of the ALTs must match macro
/dports/biology/kallisto/kallisto-0.46.1/ext/htslib/htslib/
H A Dsynced_bcf_reader.h82 #define COLLAPSE_SOME 8 // at least some of the ALTs must match macro
/dports/biology/py-pysam/pysam-0.18.0/htslib/htslib/
H A Dsynced_bcf_reader.h82 #define COLLAPSE_SOME 8 // at least some of the ALTs must match macro
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/htslib/
H A Dsynced_bcf_reader.h82 #define COLLAPSE_SOME 8 // at least some of the ALTs must match macro
/dports/biology/htslib/htslib-1.14/htslib/
H A Dsynced_bcf_reader.h82 #define COLLAPSE_SOME 8 // at least some of the ALTs must match macro
/dports/biology/bio-mocha/bcftools-1.14/
H A Dvcfplugin.c770 args->files->collapse |= COLLAPSE_SOME; in main_plugin()
H A Dvcfisec.c569 else if ( !strcmp(optarg,"some") ) args->files->collapse |= COLLAPSE_SOME; in main_vcfisec()
H A Dvcfstats.c1829 else if ( !strcmp(optarg,"some") ) args->files->collapse |= COLLAPSE_SOME; in main_vcfstats()
H A Dvcfannotate.c3328 else if ( !strcmp(optarg,"some") ) collapse |= COLLAPSE_SOME; in main_vcfannotate()
3372 args->files->collapse = collapse ? collapse : COLLAPSE_SOME; in main_vcfannotate()
/dports/biology/bcftools/bcftools-1.14/
H A Dvcfplugin.c770 args->files->collapse |= COLLAPSE_SOME; in main_plugin()
H A Dvcfisec.c569 else if ( !strcmp(optarg,"some") ) args->files->collapse |= COLLAPSE_SOME; in main_vcfisec()
H A Dvcfstats.c1829 else if ( !strcmp(optarg,"some") ) args->files->collapse |= COLLAPSE_SOME; in main_vcfstats()
H A Dvcfannotate.c3328 else if ( !strcmp(optarg,"some") ) collapse |= COLLAPSE_SOME; in main_vcfannotate()
3372 args->files->collapse = collapse ? collapse : COLLAPSE_SOME; in main_vcfannotate()
/dports/biology/py-pysam/pysam-0.18.0/bcftools/
H A Dvcfplugin.c770 args->files->collapse |= COLLAPSE_SOME; in main_plugin()
H A Dvcfplugin.c.pysam.c772 args->files->collapse |= COLLAPSE_SOME; in main_plugin()
H A Dvcfisec.c569 else if ( !strcmp(optarg,"some") ) args->files->collapse |= COLLAPSE_SOME; in main_vcfisec()
H A Dvcfisec.c.pysam.c571 else if ( !strcmp(optarg,"some") ) args->files->collapse |= COLLAPSE_SOME; in main_vcfisec()
H A Dvcfstats.c1829 else if ( !strcmp(optarg,"some") ) args->files->collapse |= COLLAPSE_SOME; in main_vcfstats()
H A Dvcfannotate.c3328 else if ( !strcmp(optarg,"some") ) collapse |= COLLAPSE_SOME; in main_vcfannotate()
3372 args->files->collapse = collapse ? collapse : COLLAPSE_SOME; in main_vcfannotate()
H A Dvcfannotate.c.pysam.c3330 else if ( !strcmp(optarg,"some") ) collapse |= COLLAPSE_SOME; in main_vcfannotate()
3374 args->files->collapse = collapse ? collapse : COLLAPSE_SOME; in main_vcfannotate()
H A Dvcfstats.c.pysam.c1831 else if ( !strcmp(optarg,"some") ) args->files->collapse |= COLLAPSE_SOME; in main_vcfstats()