Home
last modified time | relevance | path

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

/dports/biology/bio-mocha/bcftools-1.14/
H A Dvcfannotate.c76 #define MM_FIRST 0 // if multiple annotation lines overlap a VCF record, use the first, discar… macro
808 if ( col->merge_method!=MM_FIRST ) in setter_info_int()
975 if ( col->merge_method!=MM_FIRST ) in setter_info_real()
1071 assert( col->merge_method==MM_FIRST ); in setter_ARinfo_string()
1156 if ( col->merge_method!=MM_FIRST ) in setter_info_str()
2597 args->cols[i].merge_method = MM_FIRST; in init_merge_method()
2620 int mm_type = MM_FIRST; in init_merge_method()
2622 else if ( !strcasecmp("first",mm_type_str) ) mm_type = MM_FIRST; in init_merge_method()
3006 if ( args->cols[j].done==1 || args->cols[j].merge_method == MM_FIRST ) continue; in annotate()
3138 if ( args->cols[j].done==1 || args->cols[j].merge_method == MM_FIRST ) continue; in annotate()
/dports/biology/bcftools/bcftools-1.14/
H A Dvcfannotate.c76 #define MM_FIRST 0 // if multiple annotation lines overlap a VCF record, use the first, discar… macro
808 if ( col->merge_method!=MM_FIRST ) in setter_info_int()
975 if ( col->merge_method!=MM_FIRST ) in setter_info_real()
1071 assert( col->merge_method==MM_FIRST ); in setter_ARinfo_string()
1156 if ( col->merge_method!=MM_FIRST ) in setter_info_str()
2597 args->cols[i].merge_method = MM_FIRST; in init_merge_method()
2620 int mm_type = MM_FIRST; in init_merge_method()
2622 else if ( !strcasecmp("first",mm_type_str) ) mm_type = MM_FIRST; in init_merge_method()
3006 if ( args->cols[j].done==1 || args->cols[j].merge_method == MM_FIRST ) continue; in annotate()
3138 if ( args->cols[j].done==1 || args->cols[j].merge_method == MM_FIRST ) continue; in annotate()
/dports/biology/py-pysam/pysam-0.18.0/bcftools/
H A Dvcfannotate.c76 #define MM_FIRST 0 // if multiple annotation lines overlap a VCF record, use the first, discar… macro
808 if ( col->merge_method!=MM_FIRST ) in setter_info_int()
975 if ( col->merge_method!=MM_FIRST ) in setter_info_real()
1071 assert( col->merge_method==MM_FIRST ); in setter_ARinfo_string()
1156 if ( col->merge_method!=MM_FIRST ) in setter_info_str()
2597 args->cols[i].merge_method = MM_FIRST; in init_merge_method()
2620 int mm_type = MM_FIRST; in init_merge_method()
2622 else if ( !strcasecmp("first",mm_type_str) ) mm_type = MM_FIRST; in init_merge_method()
3006 if ( args->cols[j].done==1 || args->cols[j].merge_method == MM_FIRST ) continue; in annotate()
3138 if ( args->cols[j].done==1 || args->cols[j].merge_method == MM_FIRST ) continue; in annotate()
H A Dvcfannotate.c.pysam.c78 #define MM_FIRST 0 // if multiple annotation lines overlap a VCF record, use the first, discar… macro
810 if ( col->merge_method!=MM_FIRST ) in setter_info_int()
977 if ( col->merge_method!=MM_FIRST ) in setter_info_real()
1073 assert( col->merge_method==MM_FIRST ); in setter_ARinfo_string()
1158 if ( col->merge_method!=MM_FIRST ) in setter_info_str()
2599 args->cols[i].merge_method = MM_FIRST; in init_merge_method()
2622 int mm_type = MM_FIRST; in init_merge_method()
2624 else if ( !strcasecmp("first",mm_type_str) ) mm_type = MM_FIRST; in init_merge_method()
3008 if ( args->cols[j].done==1 || args->cols[j].merge_method == MM_FIRST ) continue; in annotate()
3140 if ( args->cols[j].done==1 || args->cols[j].merge_method == MM_FIRST ) continue; in annotate()