-
Notifications
You must be signed in to change notification settings - Fork 13
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
Installation Error: ModuleNotFoundError: No module named 'Bio' #21
Comments
Hi, can you try running
? |
Unfortunately, when I use the example data of gene CG13375 in Drosophila Melanogaster I got the same error: This is the command I executed: This is the error:
|
Command: Error: I searched though the galig directory, the bin directory and the scripts directory, but I can't find a python script named asgal.py. Where can I find asgal.py? |
Sorry, my fault, the script is
(this from the root of this repo). |
It works! Now I can run the example data by asgal, thank you! (By the way, I am wondering why there were errors like no python modules when executing asgal directly...) |
Great. I suspect it is due to the shebang Line 1 in 8808115
Can you try to change it to
and try again with
? |
Since I installed ASGAL in a conda environment, I changed And it turns out that the command works! Thank you! |
I installed python3
biopython
pysam
gffutils
pandas
cmake
samtools
zlib in a newly created conda environment.
And then execute the following commands:
However when I try to run asgal (./asgal -h), there is an error:
How can I fix this problem?
The text was updated successfully, but these errors were encountered: