Skip to content

Commit

Permalink
Ignore trim_galore exit 255
Browse files Browse the repository at this point in the history
  • Loading branch information
BioWilko committed Oct 17, 2024
1 parent 4bfa36c commit 71e3e7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions modules/illumina.nf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ process readTrimming {

conda 'bioconda::trim-galore=0.6.10'

errorStrategy {task.exitStatus == 255 ? "ignore" : "terminate"}

publishDir "${params.outdir}/${task.process.replaceAll(":","_")}", pattern: '*_val_{1,2}.fq.gz', mode: 'copy'

input:
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ manifest {
description = 'Epi2me compatible Nextflow pipeline for processing ARTIC tiling amplicon Illumina sequencing reads from monkeypox virus (MPXV) samples.'
mainScript = 'main.nf'
nextflowVersion = '>=20.01.0'
version = '1.4.2'
version = '1.4.3'
defaultBranch = 'main'
}

Expand Down

0 comments on commit 71e3e7d

Please sign in to comment.