-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ANNOVAR #73
Comments
do you try "1000g2015aug" for 1000 genome data? |
For genome build hg38, you have to use more recent 1000g versions.
Try
perl annotate_variation.pl -buildver hg38 -downdb 1000g2015aug humandb/
To download the latest 1000g data, and then proceed.
…On Thu, Dec 23, 2021 at 5:36 AM Nanditha-shetty ***@***.***> wrote:
perl table_annovar.pl example/ex1.avinput humandb/ -buildver hg38 -out
myanno -remove -protocol
refGene,cytoBand,genomicSuperDups,esp6500siv2_all,1000g2012apr_all
-operation g,r,r,f,f -nastring . -csvout
NOTICE: the --polish argument is set ON automatically (use --nopolish to
change this behavior)
Error: the required database file humandb/hg38_ALL.sites.2012_04.txt does
not exist.
I'm getting the required database file humandb/hg38_ALL.sites.2012_04.txt
does not exist error.
I ran the below commands. for the table_annovar.pl command I'm getting
the above error
PLEASE HELP!!!
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 snp138
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 table_annovar.pl example/ex1.avinput humandb/ -buildver hg38 -out
myanno -remove -protocol
refGene,cytoBand,genomicSuperDups,esp6500si_all,1000g2012apr_all -operation
g,r,r,f,f,f,f -nastring . -csvout
—
Reply to this email directly, view it on GitHub
<#73>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNG3OB547HXTKWBO2SPTG3USL3STANCNFSM5KUPRKXQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thank you. This helped me a lot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
perl table_annovar.pl example/ex1.avinput humandb/ -buildver hg38 -out myanno -remove -protocol refGene,cytoBand,genomicSuperDups,esp6500siv2_all,1000g2012apr_all -operation g,r,r,f,f -nastring . -csvout
NOTICE: the --polish argument is set ON automatically (use --nopolish to change this behavior)
Error: the required database file humandb/hg38_ALL.sites.2012_04.txt does not exist.
I'm getting the required database file humandb/hg38_ALL.sites.2012_04.txt does not exist error.
I ran the below commands. for the table_annovar.pl command I'm getting the above error
PLEASE HELP!!!
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 snp138 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 table_annovar.pl example/ex1.avinput humandb/ -buildver hg38 -out myanno -remove -protocol refGene,cytoBand,genomicSuperDups,esp6500si_all,1000g2012apr_all -operation g,r,r,f,f,f,f -nastring . -csvout
The text was updated successfully, but these errors were encountered: