I'm setting up to run GenPipes on Graham. Running "hicseq.py -h" or "methylseq.py -h" returns this error:
Traceback (most recent call last):
File "/cvmfs/soft.mugqic/root/software/genpipes/genpipes-4.3.1/pipelines/hicseq/hicseq.py", line 33, in <module>
from bfx import bash_cmd as bash
File "/cvmfs/soft.mugqic/root/software/genpipes/genpipes-4.3.1/bfx/bash_cmd.py", line 24, in <module>
from core.job import Job
File "/cvmfs/soft.mugqic/root/software/genpipes/genpipes-4.3.1/core/job.py", line 28, in <module>
from .config import config
File "/cvmfs/soft.mugqic/root/software/genpipes/genpipes-4.3.1/core/config.py", line 21, in <module>
import configparser
ImportError: No module named configparser
Running "module spider configparser" shows that it's only available for python
2.7.18.:
[spai@gra-login2 GenPipes]$ module spider configparser
-------------------------------------------------------------------------------------------
configparser: configparser/4.0.2 (E)
-------------------------------------------------------------------------------------------
This extension is provided by the following modules. To access the extension you must load one of the following modules. Note that any module names in parentheses show the module location in the software hierarchy.
python/2.7.18 (StdEnv/2020)
And indeed, if I try to run "module load configparser" I get an incompatibility error.
Can you please help resolve this?
Thanks,Shraddha