You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
I installed the program using:
conda install -c bioconda badread -y
But got the error:
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
The text was updated successfully, but these errors were encountered: