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 recently had to reinstall pysam (using conda) and now Recycler is not working for some reason... Here is what I am trying to run in the terminal:
Recycler/bin/recycle.py -g Downloads/SPAdes/ThesisRecycler/assembly_graph.fastg -k 77 -b Downloads/SPAdes/ThesisRecycler/reads_pe_primary.sort.bam
This is the error I am getting:
Traceback (most recent call last):
File "Recycler/bin/recycle.py", line 4, in
from recyclelib.utils import *
ImportError: No module named recyclelib.utils
I am running MacOSX. I am very new to Python/programming, any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I recently had to reinstall pysam (using conda) and now Recycler is not working for some reason... Here is what I am trying to run in the terminal:
Recycler/bin/recycle.py -g Downloads/SPAdes/ThesisRecycler/assembly_graph.fastg -k 77 -b Downloads/SPAdes/ThesisRecycler/reads_pe_primary.sort.bam
This is the error I am getting:
Traceback (most recent call last):
File "Recycler/bin/recycle.py", line 4, in
from recyclelib.utils import *
ImportError: No module named recyclelib.utils
I am running MacOSX. I am very new to Python/programming, any help would be appreciated.
The text was updated successfully, but these errors were encountered: