variant annotation snpeff bosTau7 build
Hi everyone!
The highly unlikely situation happened.
My next generation seq. data have been aligned to bosTau7 build.
I am having troubles on building data set for that. And when I use lift up the vcf file with USCS bosTau7 build to UMD3.1 snpeff does not give me any annotation (the error different reference genome)
I downloaded gff file from the link below also tried ucsc to get gff file.
I have the bosTau7.fa
I am getting the error java.lang.RuntimeException: Property: 'bosTau7.genome' not found
vi snpEffect.config
# Bos_taurus genome: bosTaurus7
bosTau7.genome : Bos_taurus
esc
:w
:x
java -jar snpEff.jar build -gff3 bosTau7 or java -jar snpEff.jar build bosTau7
Thank you
• 2,693 views
•
link
1 answer
Hi everyone,
I solved it! just needed to add -c snpEffect.config
java -jar snpEff.jar build -c snpEffect.config -refSeq -v bosTau7
• 0 views
•
link
Log in to answer this question.