Anyone has used Peakseq tool for chip-seq experiments?
How to run the parallel version of compile.py? I get to see the following error when I try to run as below inside the directory where all *.fa files are saved for hg18 build without PBS mode.
python version is 2.4.3
How to run the parallel version of compile.py? I get to see the following error when I try to run as below inside the directory where all *.fa files are saved for hg18 build without PBS mode.
python ../ParallelCompile.py 36
Traceback (most recent call last):
File "../ParallelCompile.py", line 2, in ?
import sys, glob, re, subprocess, os, nws.sleigh, time
ImportError: No module named nws.sleigh
Traceback (most recent call last):
File "../ParallelCompile.py", line 2, in ?
import sys, glob, re, subprocess, os, nws.sleigh, time
ImportError: No module named nws.sleigh
Comment