How to get vcf not from g.vcf?
1
0
Entering edit mode
4.8 years ago
woojoy14 ▴ 10
java -jar gatk-package-4.x.x.x-local.jar HaplotypeCaller 
-R ucsc.hg19.fasta 
-I SRR000982.mapped.sorted.markdup.recal.bam 
-O SRR000982.g.vcf -ERC GVCF

I've been following the pipeline based on GATK BestPractice and I was told that you don't need to produce GVCF for variant calling. But in this pipeline, it produces rawVariants.vcf from g.vcf.

I know that g.vcf is including vcf in it but is it possible to get vcf not from g.vcf?

If so, how can I get it?

vcf gvcf • 1.1k views
ADD COMMENT
1
Entering edit mode
4.8 years ago

I know that g.vcf is including vcf in it but is it possible to get vcf not from g.vcf?

remove -ERC GVCF to get a .vcf from a .bam

ADD COMMENT

Login before adding your answer.

Traffic: 3164 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