-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I installed the program using: conda install -c bioconda badread -y
But got the error:
Traceback (most recent call last):
File "/global/homes/s/snayfach/.conda/envs/flye/bin/badread", line 10, in
sys.exit(main())
File "/global/homes/s/snayfach/.conda/envs/flye/lib/python3.8/site-packages/badread/main.py", line 33, in main
from .simulate import simulate
File "/global/homes/s/snayfach/.conda/envs/flye/lib/python3.8/site-packages/badread/simulate.py", line 17, in
import edlib
ModuleNotFoundError: No module named 'edlib'
The issue appears to be discussed here
The solution was to run this: conda install python-edlib -y
Would be helpful to future users if you could add this to the bioconda recipe or mention this in the docs.
Thanks,
Stephen
sarahjeeeze, propan2one, aysunrhn and gbouras13
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working