Closed jerowe closed 7 years ago
The install will copy initPipeline.py to initPipeline, you shouldn't be running initPipeline.py, that won't (and shouldn't) work.
My guess is you have a conflicting package that is being loaded instead of metAMOS's utils package. Try adding
import utils
print utils.__file__
import workflow
print workflow.__file__
on lines 67-68 in INSTALL.py. It should be
/anaconda/conda-bld/work/metAMOS-1.5rc3/src/utils.py
/anaconda/conda-bld/work/metAMOS-1.5rc3/src/workflow.py
If it's not try updating your python path to remove the offending utils package and try again.
Closing, inactivity
If I just do
Running initPipeline.py (not initPipeline, btw, as it says in the docs)