Hi all,
I have been trying to use the new GARM metaasembler (http://garm-meta-assem.sourceforge.net/) to reconcile two contig sets from two different kmer assemblies. I have encountered a problem with the python code that I can't seem to figure out.
During the run I get an odd python module error
from optparse import OptionParser
ImportError: No module named optparse
mv: cannot stat `split.*': No such file or directory
ls: cannot access splits/split.*: No such file or directory
The split directory is empty... something wrong
I have checked the dependencies and they seem right and the optparse module is in my python library. Is this likely a version thing?
Python version 7.3.2
I have tried contacting the GARM contact person but received no reply, any help is greatly appreciated.
Nathan
I have been trying to use the new GARM metaasembler (http://garm-meta-assem.sourceforge.net/) to reconcile two contig sets from two different kmer assemblies. I have encountered a problem with the python code that I can't seem to figure out.
During the run I get an odd python module error
from optparse import OptionParser
ImportError: No module named optparse
mv: cannot stat `split.*': No such file or directory
ls: cannot access splits/split.*: No such file or directory
The split directory is empty... something wrong
I have checked the dependencies and they seem right and the optparse module is in my python library. Is this likely a version thing?
Python version 7.3.2
I have tried contacting the GARM contact person but received no reply, any help is greatly appreciated.
Nathan
Comment