Combine two panel-of-normals files
AnsweredHi, I have made a PON from my normal samples and want to combine this with the PON from GATK. Is this possible? Or any other way of using both when running mutect2?
-
Hi Robin,
you can use MergeVcfs for merging the two PoN vcfs:
gatk MergeVcfs -I pon1.vcf.gz -I pon2.vcf.gz -O merged_pon.vcf.gz
Best,
Philipp
-
This does seem to work. But according to MergeVcfs:
If there are samples, those must be the same across all input files.
I have successfully run it with one VCF with samples and one without, so the requirement is not strict, it seems.
Post is closed for comments.
2 comments