We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am using the non-docker version, installed with v1.3.3.
When run the text.py, error occurs:
ERROR (1)! If the docker image without reference genome or non-docker version is used, -ref and -wgref arguments are required.
How to solve the error?
Thank you
The text was updated successfully, but these errors were encountered:
@luzhouyangge you need to use both parameters -ref and -wgref. Without them, the program doesn't know which reference genome you are going to use.
Sorry, something went wrong.
Please list the files in hg19. Thank you!
@luzhouyangge you need to download and prepare GenBank files to use getGeneRegions.py script as it is described at https://github.com/aakechin/NGS-PrimerPlex#reference-genome Also, it is described in details at Wiki pages: https://github.com/aakechin/NGS-PrimerPlex/wiki/NGS-PrimerPlex-installation-in-linux-as-a-standalone-tool For example, in my hg19 directory there are the following GenBank files: chr10.gb chr11.gb chr12.gb chr13.gb chr14.gb chr15.gb chr16.gb chr17.gb chr18.gb chr19.gb chr1.gb chr20.gb chr21.gb chr22.gb chr2.gb chr3.gb chr4.gb chr5.gb chr6.gb chr7.gb chr8.gb chr9.gb chrM.gb chrX.gb chrY.gb
aakechin
No branches or pull requests
Hi, I am using the non-docker version, installed with v1.3.3.
When run the text.py, error occurs:
1. Testing extraction of genome regions...
ERROR (1)! If the docker image without reference genome or non-docker version is used, -ref and -wgref arguments are required.
How to solve the error?
Thank you
The text was updated successfully, but these errors were encountered: