ectools - illegal instruction error
0
0
Entering edit mode
7.4 years ago
VS ▴ 730

I'm trying to run ectools to correct PacBio reads (about 1.1Gb) for a small microbial genome. Our cluster has PBS/Torque and no SGE scheduler. So I partitioned the data into 21 directories with ~500 files each. When I run the correct.sh script, it runs and successfully creates cor.fa files in about half of the directories. In the other directories however, correct.sh script fails at the final step --

+ /home/linuxbrew/bin/python /home/software/ectoo
ls/pb_correct.py p0015 p0015.delta.snps p0015.delta.r.sc 0.96 3000 p0015

../correct.sh: line 97: 17545 Illegal instruction $python ${CORRECT_SCRIPT} ${FILE} ${FILTERED_DELTA}.snps ${FILTERED_DELTA}.r.sc ${CLR_PCT_ID} ${MIN_READ_LEN} ${FILE}

I tried to re-run the correct.sh script in these folders after removing all the intermediate delta files etc. but it fails at the same step again and again. I'm unable to wrap my head around this issue, given that the very same correct.sh script works for other folders/data partitions.

What could be going wrong here? Can anyone help me in resolving this?

Here is the command I'm giving to run the correct.sh script --

for j in {1..500}; do echo "SGE_TASK_ID=$j TMPDIR=/tmp ../correct.sh"; done | parallel -j 16
ectools Assembly genome error correction PacBio • 2.1k views
ADD COMMENT

Login before adding your answer.

Traffic: 1749 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6