-
Notifications
You must be signed in to change notification settings - Fork 18
GroopM2 ImportError: No module named tempdir #34
Comments
Hi there,
data3 is part of this version of groopm so you need not worry, tempdir can
be installed in the usual way with `pip install tempdir` I believe.
Good luck.
ben
|
I see. Thank you very much. Also, do I need to install singlem pipe available at https://github.com/wwood/singlem#installation-via-pypi? |
|
I see, but when I use groopm2 parse, I get the following error messages after parsing: Is there a way to fix this? thank you. |
Hi, |
Trying to install groopM v2. bamM is supported only on python 2, whereas singleM requires python 3, is there some work around to this? |
Hi, I am trying to run the new version of GroopM from https://github.com/timbalam/GroopM.
I used virtualenv, and the code I used was
$(groopm_env_new) mathed@mathed-ubuntu:~/virtualenv/groopm_env_new/GroopM$ /usr/bin/time -v groopm2 parse ~/Simulation/custom_desman/1/Strains/Simulation20_2500000_nostr/test/groopm_1500/dbname ~/Simulation/custom_desman/1/Strains/Simulation20_2500000_nostr/test/final_contigs_1500.fa ~/Simulation/custom_desman/1/Strains/Simulation20_5000000/Map/Reads.*.mapped.sorted.bam
and the error I received is
Traceback (most recent call last): File "/home/mathed/virtualenv/groopm_env_new/bin/groopm2", line 56, in <module> import groopm File "/home/mathed/virtualenv/groopm_env_new/local/lib/python2.7/site-packages/groopm/__init__.py", line 52, in <module> from data3 import DataManager File "/home/mathed/virtualenv/groopm_env_new/local/lib/python2.7/site-packages/groopm/data3.py", line 59, in <module> import tempdir ImportError: No module named tempdir
There doesn't seem to be data3.py in the old version of GroopM, nor the use of tempdir.
Do I have to install additional package? How?
Thank you very much.
The text was updated successfully, but these errors were encountered: