This is a test version of Biostars. For the public version, visit https://www.biostars.org.
where can I found ecab3.0 SNP annotation?

Hi every one, I appreciate if someone helps me. I am trying to make PFB file for CNV analysis in horse. So where can I find SNP annotation file of Equ Cab 3 . any suggestion will be appreciate.

snp genome ecab3.0

Thanks a lot for your reply. there is three file for equus caballus here, when I extract them they have more than 65167 SNP. so I am confusing now, I have a litter familiar with VCF format so, which file in a file that I can remap with that my old map file?

1 answer

#Descargar base de datos EquCab3 
java -jar $HOME/snpEff/snpEff.jar download EquCab3.0.99


#Anotacion de los vcf y con salida de estadisticas csv
java -Xmx20g -jar $HOME/snpEff/snpEff.jar -csvStats INDELs_stats.csv -c $HOME/snpEff/snpEff.config -v -o gatk EquCab3.0.99  PRE_PASS_INDEL.vcf > PRE_PASS_INDEL_ANN.vcf

# No gatk format
java -Xmx20g -jar $HOME/snpEff/snpEff.jar -csvStats INDELs_stats.csv -c $HOME/snpEff/snpEff.config -v  EquCab3.0.99  PRE_PASS_INDEL.vcf > PRE_PASS_INDEL_ANN.vcf

Log in to answer this question.