problem with output from combinegvcf gatk 4.1.3
Hi gatk users,
I'm using gatk/4.1.3.0
I need to combine three vcf files previously created by haplotypecaller
I'm using the command:
gatk CombineGVCFs -R CTRU02_final_assembly.fasta --variant C1_max_missing.recode.vcf --variant C2_max_missing.recode.vcf --variant C3.vcf -O cohort.g.vcf
However, the output created lacks the ALT in the header field, showing just the <NON_REF> in the samples.
Is there something missing in this command?
-
Take a look at these docs :https://gatk.broadinstitute.org/hc/en-us/articles/360035531812-GVCF-Genomic-Variant-Call-Format
Please sign in to leave a comment.
1 comment