You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ( args->collapse==COLLAPSE_NONE ) continue; // exact matching requested, skip
3287
+
if ( args->collapse==COLLAPSE_NONE||args->collapse==BCF_SR_PAIR_EXACT) continue; // exact matching requested, skip
3271
3288
3272
3289
// choose something compatible to create a multiallelic site given the -m criteria
3273
3290
for (j=buf->beg; j<buf->end; j++)
@@ -3546,7 +3563,7 @@ static void usage(void)
3546
3563
fprintf(stderr, " -i, --info-rules TAG:METHOD,.. Rules for merging INFO fields (method is one of sum,avg,min,max,join) or \"-\" to turn off the default [DP:sum,DP4:sum]\n");
3547
3564
fprintf(stderr, " -l, --file-list FILE Read file names from the file\n");
3548
3565
fprintf(stderr, " -L, --local-alleles INT If more than INT alt alleles are encountered, drop FMT/PL and output LAA+LPL instead; 0=unlimited [0]\n");
3549
-
fprintf(stderr, " -m, --merge STRING[*|**] Allow multiallelic records for snps,indels,both,snp-ins-del,all,none,id,*,**; see man page for details [both]\n");
3566
+
fprintf(stderr, " -m, --merge STRING[*|**] Allow multiallelic records for snps,indels,both,snp-ins-del,all,exact,none,id,*,**; see man page for details [both]\n");
3550
3567
fprintf(stderr, " -M, --missing-rules TAG:METHOD Rules for replacing missing values in numeric vectors (.,0,max) when unknown allele <*> is not present [.]\n");
3551
3568
fprintf(stderr, " --no-index Merge unindexed files, the same chromosomal order is required and -r/-R are not allowed\n");
3552
3569
fprintf(stderr, " --no-version Do not append version and command line to the header\n");
@@ -3669,6 +3686,7 @@ int main_vcfmerge(int argc, char *argv[])
0 commit comments