Entering edit mode
4.7 years ago
roy.granit
▴
890
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!
Please provide code. Did you check logs and error messages? This is a TrimGalore log message, not cutadapt.
Trim Galore uses Cutadapt in the process, but nothing shows in the log :( just this
Will add the code I've used to the original post
I would run
cutadapt
manually with these parameters and see where the problem is, so if it is indeed cutadapt or something else.Thanks, it ran OK with just
cutadapt