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

RUN test.py fail #59

Open
zoe1122824 opened this issue Nov 24, 2023 · 4 comments
Open

RUN test.py fail #59

zoe1122824 opened this issue Nov 24, 2023 · 4 comments
Assignees
Labels
question Further information is requested

Comments

@zoe1122824
Copy link

zoe1122824 commented Nov 24, 2023

I installed and ran it using Docker, but when running test.py, it seems to be stuck. I think there should be nine steps, right?
Also, I tried running the getGeneRegionS.py , but it also gets stuck.

thank you!

``
Screenshot from 2023-11-24 17-42-00
Screenshot from 2023-11-24 17-42-17

@aakechin aakechin self-assigned this Nov 27, 2023
@aakechin
Copy link
Owner

aakechin commented Nov 27, 2023

@zoe1122824 Thank you for the question. The NGS-PrimerPlex output may be different sometimes due to the use of primer3 module. Now, we're working on removing this module from NGS-PrimerPlex, and then it will be much simpler to perform NGS-PrimerPlex tests. So, I recommend you to ignore this test.
Considering the 2nd question, it is a normal problem for genes which have many synonyms. And many different human genome genes have the same synonyms. And APC is one of such genes. So, you need to open chr2.gb and chr5.gb and search there for the "APC" gene (see screenshots). We can see that chr2 contains APC gene, which is synonym to "PROC" gene. But chr5 contains APC gene which is the main name fot the gene. So, you need to rename this gene in such a way that it will be unambiguously interpreted by the program, e.g., BTPS2.
APC_gene_for_GitHub_Issue

@aakechin aakechin added the question Further information is requested label Nov 27, 2023
@zoe1122824
Copy link
Author

I appreciate your response. However, regarding the second question, I'm not entirely clear on your meaning. Could you please specify how to modify gene names? Do you mean to change the gene name by modifying the APC gene to BTPS2 in the chr5.gb file? Thank you

@aakechin
Copy link
Owner

@zoe1122824 You need to replace APC with BTPS2 in the example_gene_list_file.txt.

@zoe1122824
Copy link
Author

@aakechin Thank you very much. It can run now.

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