Closed KasperThystrup closed 4 years ago
I can likewise add that I get an error at the same position when executing with system python3.5
inside the above listed environment. However, I'm not certain whether all dependencies are installed correctly for this version.
Traceback (most recent call last):
File "/home/kasper/miniconda3/pkgs/circexplorer2-2.3.8-pyh864c0ab_1/site-packages/circ2/align.py", line 29, in <module>
from .parse import tophat_fusion_parse
SystemError: Parent module '' not loaded, cannot perform relative import
Can you try to reinstall CIRCexplorer from scratch to check whether this error still occurs?
Hi I'm trying to set up an experimental run by following the guide posted at readthedocs.io, yet I get a valueerror when I execute the
CIRCexplorer2 align
with my bowtie2 index files:I have set up the following Conda environment
Thank you for your time and help!