Hello,
I am trying to run CHASM "BuildClassifier" command. But it always return error saying:
Traceback (most recent call last):
File "<string>", line 31, in <module>
File "/home/andywong86/pyinstaller-1.4/iu.py", line 436, in importHook
File "/home/andywong86/pyinstaller-1.4/iu.py", line 521, in doimport
File "./build/pyi.linux2/BuildClassifier/outPYZ1.pyz/util.makemuts", line 23, in <module>
File "./build/pyi.linux2/BuildClassifier/outPYZ1.pyz/util.genes", line 59, in __init__
IOError: [Errno 2] No such file or directory: './ClassifierPack/refseq.info'
I don't know what's happening. Anyone used CHASM before?
Thank you very much!
I am trying to run CHASM "BuildClassifier" command. But it always return error saying:
Traceback (most recent call last):
File "<string>", line 31, in <module>
File "/home/andywong86/pyinstaller-1.4/iu.py", line 436, in importHook
File "/home/andywong86/pyinstaller-1.4/iu.py", line 521, in doimport
File "./build/pyi.linux2/BuildClassifier/outPYZ1.pyz/util.makemuts", line 23, in <module>
File "./build/pyi.linux2/BuildClassifier/outPYZ1.pyz/util.genes", line 59, in __init__
IOError: [Errno 2] No such file or directory: './ClassifierPack/refseq.info'
I don't know what's happening. Anyone used CHASM before?
Thank you very much!
Comment