This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to merge multiple patient's vcf files (indel and snv) with different IDs?

Hi all, I have some VCF files for my patients, each patient has 2 files( indel.vcf , snv.vcf) and I want to merge these file by the script bellow:

java -jar gatk-package-4.2.0.0-local.jar  MergeVcfs -I /PATH_TO_patient1_ID_indel.vcf  -I /PATH_TO_patient1_ID_snv.vcf -O /PATH_TO_patient1_ID_merged.vcf

I don't know how to do this for multiple patients with different IDs.

Thanks for any help.

vcf gatk

0 answers

No answers yet.

Log in to answer this question.