GATK variant annotation
1
0
Entering edit mode
3.0 years ago

Hello guys

I am annotating a vcf file using GATK VariantAnnotator. The annotation will be used in performing VQSR in next step.

my command

java -jar /mnt/x/linux/gatk-4.2.0.0/gatk.jar VariantAnnotator -R result.fa.gz -V chr1_22_GL.vcf -O gatk_annotate.vcf -A {AS_FisherStrand} -D /mnt/x/linux/test/snpEff/db/GRCh37/dbSnp/dbSnp.vcf.gz

GATK error

A USER ERROR has occurred: Unrecognized annotation name: {AS_FisherStrand}

It is a user error, i think it means the error is in my command line. IDK what it is !!!

please help $

Thank you

vcf gatk • 2.1k views
ADD COMMENT
1
Entering edit mode
3.0 years ago

remove the brackets. Just -A AS_FisherStrand

ADD COMMENT
0
Entering edit mode

thanks! it worked...

ADD REPLY

Login before adding your answer.

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