Hi all , I am new to SnpEff tool, i want to produce an annotated vcf file that contains relevant columns such as Gene, Transcript and Nucleotide Change and PopFreqMax. I think it is possible using SnpSift filters but don't know how to approach it, Is there any command or script... if yes plz comment.
Thank you for the reply.. Here are steps what all i have done so far, please correct me where i am going wrong.
Step 1. Downloaded SnpEff zar file, Extracted into my home directory. Step 2. Downloaded GRCh37.75 from SnpEff official website and extract it into same location Step 3. Ran command java -Xmx4g -jar snpEff.jar -v -stats ex1.html GRCh37.75 example/file.vcf > eaxmples/file.ann.vcf Step 4. Got three files as output i.e. html,annotated and txt file.
Now i am trying to run the command you shared, but getting below error "Exception in thread "main" java.lang.RuntimeException: INFO field 'SNP' not found in VCF header"
Please let me know where I am going wrong..