-
Notifications
You must be signed in to change notification settings - Fork 21
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
file not found in offline environment #66
Comments
Hello, Thanks for reporting the issue! A workaround is to download a local copy of the reference database on a machine with internet access:
Then copy it to a machine without internet access, and manually set the
I hope that fixes your problem. Please let me know if you are still having trouble after trying this. In future releases we plan to distribute the reference data differently and will make the documentation clearer. Thanks, |
Hi Ben, Thank you for the help! Best, |
Hi Yi, Sorry, I forgot the test profile also grabs data from the internet. I'll update that to use local repository files 🤔 Currently the reference data is only used in situations when a custom scoring file (not in the PGS Catalog) is set up. If the custom scoring file doesn't match the genome build of the input target genomes, then we use chain files to lift over the scoring file positions. It's a standard sqlite database:
In the next release the reference data will get more complex, because we need to add reference populations (e.g. 1000 genomes) to do ancestry inference. Cheers, |
Thank you very much for the clarification! Best, |
Hi team,
When testing v1.3.0 offline, the pipeline throws an error for both test data and my own data:
The pipeline works fine with the internet.
Could you help to solve it?
Best,
Yi
The text was updated successfully, but these errors were encountered: