-
Notifications
You must be signed in to change notification settings - Fork 3
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
ModuleNotFoundError: No module named 'tabix' #9
Comments
pip install pytabix
will probably solve your problem
…On Thu, Jan 27, 2022 at 10:19 AM CeballosGene ***@***.***> wrote:
I have a problem running your script! I used the following line:
python bin/PGxPOP.py --vcf ./prueba/C11_v1.vcf.gz.tbi --phased --gene
CYP2D6 --build hg19 -o ./prueba/
And I have the following lines:
Traceback (most recent call last):
File "/home/rembukai/BIOSOFT/PGxPOP/bin/PGxPOP.py", line 16, in <module>
import Gene
File "/home/rembukai/BIOSOFT/PGxPOP/bin/Gene.py", line 8, in <module>
from Variant import Variant
File "/home/rembukai/BIOSOFT/PGxPOP/bin/Variant.py", line 2, in <module>
from DawgToys import clean_chr, iupac_nt
File "/home/rembukai/BIOSOFT/PGxPOP/bin/DawgToys.py", line 2, in <module>
import tabix
ModuleNotFoundError: No module named 'tabix'
I have installed tabix along with python in:
/home/rembukai/.local/lib/python3.8/site-packages (0.1)
How can I tell PGxPOP where to find tabix?
Thank you very much
—
Reply to this email directly, view it on GitHub
<#9>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA6TEUCAWF3FEQDVT5PMTDUYFPBNANCNFSM5M6HAXQA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
--
Mike Cariaso
http://www.cariaso.com
|
Thank you very much. I already haver done that and I got:
|
I'm sorry to keep bothering you. But I cant make PGxPP work and it is really important for me to use it.
Then I run the line to complete the process: However I obtained this error message:
First it was the module tabix and now is the module numpy. Please, could you help me to solve this issue. For the last 3 days I have been trying everything without success. |
I have a problem running your script! I used the following line:
python bin/PGxPOP.py --vcf ./prueba/C11_v1.vcf.gz.tbi --phased --g CYP2D6 --build hg19 -o ./prueba/
And I have the following lines:
I have installed tabix along with python in:
/home/rembukai/.local/lib/python3.8/site-packages (0.1)
How can I tell PGxPOP where to find tabix?
Thank you very much
The text was updated successfully, but these errors were encountered: