aakechin / NGS-PrimerPlex

NGS-PrimerPlex is a high-throughput tool for mupltiplex primer design
GNU General Public License v3.0
54 stars 21 forks source link

gene on chrx #32

Closed sharmaee closed 2 years ago

sharmaee commented 2 years ago

Hi, Encountered a bug while trying to find primers for a gene on the X chromosome. getGeneRegions.py works fine for other genes I've tried.

While running getGeneRegions.py for a called ABCD1 I got the following errors: GenBank file for chromosome chrX is absent in the reference directory hg19/!

hg19/chrX.gb hg19/chrX.gb.gz 24.gb or 24.gb.gz.

This was strange because the file path was suddenly gone. So I changed the name of chr24.gb.gz to chrX.gb.gz and this resolved this bug but then the error changed to:

ERROR (8)! Gene with name "ABCD1" was not found in chromosome chrX

I redownloaded the genbank file for ChrX in case something was wrong with it and tried alternative names for ABCD1 but neither of those has changed the error message.

sharmaee commented 2 years ago

forgot to add: running using docker in command line and using reference genome hg19

sharmaee commented 2 years ago

tried a 3 other genes on the X chromosome with the same result.

aakechin commented 2 years ago

@sharmaee Thank you for the question! Could you write the command that you used? And is chrX.gb located in the directory specified with the -ref argument?