Why gatk VariantAnnotator required bam and coverage files
1
0
Entering edit mode
9 days ago
QX • 0

Hi All,

I try to perform gatk VariantAnnotator, from their website:

VariantAnnotator \ -R reference.fasta \ -I input.bam \ -V input.vcf \ -o output.vcf \ -A Coverage \ --dbsnp dbsnp.vcf

I would like to ask why they may require the bam file for this function? I know that the mandatory field input.vcf already computed from the bam file itself. What may affect if I do not include the bam file?

Best,

gatk VariantAnnotator • 361 views
ADD COMMENT
2
Entering edit mode
9 days ago

I would like to ask why they may require the bam file for this function?

hum.. if you want to add the coverage, where do you think gatk can get this information elsewhete than in the bam files ?

ADD COMMENT
0
Entering edit mode

I think the coverage could also computed from bam file itself, but let say I do not include the coverage, do you have any idea why it needs the bam file?

ADD REPLY
1
Entering edit mode

you don't need the bam file https://gatk.broadinstitute.org/hc/en-us/articles/13832654601755-VariantAnnotator :

   VariantAnnotator \
   -R reference.fasta \
   -V input.vcf \
   -o output.vcf \
   --resource:foo resource.vcf \
   --expression foo.AF \
   --expression foo.FILTER
ADD REPLY
0
Entering edit mode

thank you!

ADD REPLY

Login before adding your answer.

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