-
Notifications
You must be signed in to change notification settings - Fork 5
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
reference panel chr1 is not fully imported #32
Comments
Can you confirm that the data for chr1 got successfully downloaded ? Sometimes the download aborts and the import file could therefore be broken. I would recommend to download the data again for chr1 ( look into the shell script for the ftp url ). |
I'm pretty sure. I tested the db import again using this 1.2GB file But unfortunately with same error.
|
ok, I am going to investigate this particular vcf. In the mean-time, you can experiment with other chrs, if you load them selectively in the python API:
|
Can confirm that there is an issue with this particular .vcf. Will try to find later today some time to push a mod to the |
Please try with the new vcf_fix branch (see pull request #33 ). |
Yes, using the fix worked for me. Thanks |
I downloaded the hg19 refpanel with the paramters All and vcf like
get1KGGRCh37.sh All 20 vcf
then I used the command line to score the GWAS data. But first, the refpanel is imported.
This command produced
All.1KG.GRCh37.chr*.db
files for all chromosomes, which then can used for scoring. However for chr1 the following error interrupts the import function after 2 hours. Of note, the same error occurs when using a python script instead of the command line function.The text was updated successfully, but these errors were encountered: