Error while running gatk CombineGVCFs
0
0
Entering edit mode
3.7 years ago
Kash ▴ 110

Hi everyone,

I am trying to combine 35 gvcf files. I used gatk/4.1.3.0 CombineGVCFs to do this. I used the format given in their website.

 gatk CombineGVCFs \
   -R reference.fasta \
   --variant sample1.g.vcf.gz \
   --variant sample2.g.vcf.gz \
   -O cohort.g.vcf.gz

my command:

gatk  CombineGVCFs   -R /path to reference.fa  -V /path to 1.gvcf.gz  -V /path to 2.gvcf.gz  -V /path to 3.gvcf.gz .........-V /path to 35.gvcf.gz  -O /path to output.gvcf.gz

I tried both --variant and -V I keep getting the error "A USER ERROR has occurred: Invalid argument 'V'. I appreciate your help

gatk CombineGVCF USER ERROR • 1.5k views
ADD COMMENT
0
Entering edit mode

write the real command, not those -V /path to x.vcf which are already wrong (spaces in filename)

ADD REPLY

Login before adding your answer.

Traffic: 1471 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6