Skip to content
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

-ref and -wgref arguments are required #39

Open
luzhouyangge opened this issue Oct 25, 2022 · 4 comments
Open

-ref and -wgref arguments are required #39

luzhouyangge opened this issue Oct 25, 2022 · 4 comments
Assignees
Labels
question Further information is requested

Comments

@luzhouyangge
Copy link

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

@aakechin
Copy link
Owner

@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.

@luzhouyangge
Copy link
Author

屏幕快照 2022-10-25 下午5 49 56

Please list the files in hg19. Thank you!

@luzhouyangge
Copy link
Author

屏幕快照 2022-10-25 下午5 53 22

Always error

@aakechin
Copy link
Owner

aakechin commented Nov 3, 2022

@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 aakechin self-assigned this Nov 3, 2022
@aakechin aakechin added the question Further information is requested label Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants