Closed macmanes closed 9 years ago
Trying to run the correction:
python /share/ectools/partition.py 20 500 /mouse/Mya/pacbio/fasta/mya.pacbio.fasta ... /mouse/Mya/ectools/0001$ ../correct.sh + set -e + source /home/macmanes/.bashrc ++ '[' -z '' ']' ++ return + CORRECT_SCRIPT=/share/ectools/pb_correct.py + PRE_DELTA_FILTER_SCRIPT=/share/ectools/pre_delta_filter.py + MIN_ALIGNMENT_LEN=200 + WIGGLE_PCT=0.05 + CONTAINED_PCT_ID=0.80 + UNITIG_FILE=/mouse/Mya/ectools/organism_correct/clam67-long-scaffs.fa + CLR_PCT_ID=0.96 + MIN_READ_LEN=3000 + NUCMER_BREAK_LEN=2000 + PRE_DELTA_FILTER=true ++ printf %04d + suffix=0000 + FILE=p0000 ++ pwd + ORIGINAL_DIR=/mouse/Mya/ectools/0001 + [[ -n '' ]] + cp /mouse/Mya/ectools/0001/p0000 . cp: cannot stat ‘/mouse/Mya/ectools/0001/p0000’: No such file or directory
In folder 0001 and all others, there is no p0000, it starts with p0001
0001
p0000
p0001
Please advise.
correct.sh is meant to be run under sge. If you are not using SGE take a look at optional step 11 in the README. The following should work:
SGE_TASK_ID=1 TMPDIR=/tmp ../correct.sh
Trying to run the correction:
In folder
0001
and all others, there is nop0000
, it starts withp0001
Please advise.