WGLab / InterVar

A bioinformatics software tool for clinical interpretation of genetic variants by the 2015 ACMG-AMP guideline
187 stars 93 forks source link

depending on your command line, if you use this 1000g file, then you need #76

Open Nanditha-shetty opened 2 years ago

Nanditha-shetty commented 2 years ago

depending on your command line, if you use this 1000g file, then you need to install ANNOVAR and then download this file from ANNOVAR.

On Fri, Dec 24, 2021 at 1:23 AM Nanditha-shetty @.***> wrote:

Error : The required database file humandb/hg38_ALL.sites.2012_04.txt doesn’t exist.

Im getting the above error in annovar. Do i need to download any database to continue further.

Anyone PLEASE HELP!!!!

— Reply to this email directly, view it on GitHub https://github.com/WGLab/InterVar/issues/75, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNG3OBE2LBJKLQSDVFBEILUSQGVTANCNFSM5KWDLHVA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Originally posted by @kaichop in https://github.com/WGLab/InterVar/issues/75#issuecomment-1001054395

Nanditha-shetty commented 2 years ago

Iam getting only the intergenic region in my annovar ouptput file. What is the reason for this? I need to identify the missense variants. Is that any modification needed in the commands for this issue

Im newly using annovar tool. Please help

kaichop commented 2 years ago

If your input variants are intergenic variants, then output will be intergenic as well. You probably want to use ANNOVAR to annotate mutations first, making sure that the correct genome coordinate is used, before using intervar.

On Wed, Dec 29, 2021 at 8:53 AM Nanditha-shetty @.***> wrote:

Iam getting only the intergenic region in my annovar ouptput file. What is the reason for this? I need to identify the missense variants. Is that any modification needed in the commands for this issue

Im newly using annovar tool. Please help

— Reply to this email directly, view it on GitHub https://github.com/WGLab/InterVar/issues/76#issuecomment-1002604962, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNG3ODJNEIE7MQRJ2RY3ZDUTMHFHANCNFSM5K57W5QQ . You are receiving this because you were mentioned.Message ID: @.***>

Nanditha-shetty commented 2 years ago

I have used the below commands.

perl annotate_variation.pl -buildver hg38 -downdb -webfrom annovar refGene humandb/

perl annotate_variation.pl -buildver hg38 -downdb genomicSuperDups humandb/

perl annotate_variation.pl -buildver hg38 -downdb -webfrom annovar dbnsfp42a humandb/

perl annotate_variation.pl -buildver hg38 -downdb -webfrom annovar esp6500siv2_all humandb/

perl annotate_variation.pl -buildver hg38 -downdb -webfrom annovar avsnp150 humandb/

perl annotate_variation.pl -buildver hg38 -downdb -webfrom annovar 1000g2015aug_all humandb/

perl table_annovar.pl new.avinput humandb/ -buildver hg38 -out myanno -remove -protocol refGene,cytoBand,dbnsfp30a,genomicSuperDups,esp6500siv2_all,1000g2015aug_all -operation g,r,f,r,f,f -nastring . -csvout -polish -xreffile example/gene_fullxref.txt