mskcc / tempo

CCS research pipeline to process WES and WGS TN pairs
12 stars 5 forks source link

SomaticCombineMutect2Vcf force sample name override header #976

Open gongyixiao opened 2 years ago

gongyixiao commented 2 years ago

When sample name is different in the header, SomaticCombineMutect2Vcf 's bcftools concat will give the following error:

Error: subset called for sample that does not exist in header: "some sample name". Use "--force-samples" to ignore this error.

I think we can add --force-samples for all, since i don't see the value of this check in TEMPO so far. No harm to do I think.