Home
last modified time | relevance | path

Searched refs:SOM_CLASSIFY (Results 1 – 4 of 4) sorted by relevance

/dports/biology/bcftools/bcftools-1.14/
H A Dvcfsom.c44 #define SOM_CLASSIFY 2 macro
383 if ( args->action==SOM_CLASSIFY ) in init_data()
699 case 'c': args->action = SOM_CLASSIFY; break; in main_vcfsom()
712 else if ( args->action == SOM_CLASSIFY ) do_classify(args); in main_vcfsom()
/dports/biology/bio-mocha/bcftools-1.14/
H A Dvcfsom.c44 #define SOM_CLASSIFY 2 macro
383 if ( args->action==SOM_CLASSIFY ) in init_data()
699 case 'c': args->action = SOM_CLASSIFY; break; in main_vcfsom()
712 else if ( args->action == SOM_CLASSIFY ) do_classify(args); in main_vcfsom()
/dports/biology/py-pysam/pysam-0.18.0/bcftools/
H A Dvcfsom.c44 #define SOM_CLASSIFY 2 macro
383 if ( args->action==SOM_CLASSIFY ) in init_data()
699 case 'c': args->action = SOM_CLASSIFY; break; in main_vcfsom()
712 else if ( args->action == SOM_CLASSIFY ) do_classify(args); in main_vcfsom()
H A Dvcfsom.c.pysam.c46 #define SOM_CLASSIFY 2 macro
385 if ( args->action==SOM_CLASSIFY ) in init_data()
701 case 'c': args->action = SOM_CLASSIFY; break; in main_vcfsom()
714 else if ( args->action == SOM_CLASSIFY ) do_classify(args); in main_vcfsom()