Cutadapt terminated with exit signal: '24'.
0
0
Entering edit mode
4.1 years ago
roy.granit ▴ 880

I'm using Trim Galore to process RNAseq and in one of the samples in get this error:

Cutadapt terminated with exit signal: '24'. Terminating Trim Galore run, please check error message(s) to get an idea what went wrong...

This is the code I've used:

../TrimGalore-0.6.4/trim_galore ./data/*fastq.gz -q 33 --nextera --path_to_cutadapt cutadapt --fastqc --fastqc_args "--nogroup --outdir ./fastqc_trimmed/" -o ./trimmed/

I could not find the meaning of the error in Cutadapt docs.. any ideas?

Thanks!

RNA-Seq • 1.1k views
ADD COMMENT
0
Entering edit mode

Please provide code. Did you check logs and error messages? This is a TrimGalore log message, not cutadapt.

ADD REPLY
0
Entering edit mode

Trim Galore uses Cutadapt in the process, but nothing shows in the log :( just this

This is cutadapt 1.18 with Python 3.6.6 Command line parameters: -j 1 -e 0.1 -q 33 -O 1 -a CTGTCTCTTATA ./data/TCOC23_S14_R1_001.fastq.gz Processing reads on 1 core in single-end mode ...

Will add the code I've used to the original post

ADD REPLY
0
Entering edit mode

I would run cutadapt manually with these parameters and see where the problem is, so if it is indeed cutadapt or something else.

ADD REPLY
0
Entering edit mode

Thanks, it ran OK with just cutadapt

ADD REPLY

Login before adding your answer.

Traffic: 3022 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