Skip to content

Commit

Permalink
Add exit code 1 for umicollapse
Browse files Browse the repository at this point in the history
  • Loading branch information
apeltzer committed Apr 3, 2024
1 parent 6f4b327 commit 98b67ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ process {
withName: '.*:UMICOLLAPSE_FASTQ' {
ext.args = { meta.single_end ? "--algo ${params.umitools_method} --two-pass" : "--method ${params.umitools_method} --two-pass --paired --remove-unpaired --remove-chimeric" }
ext.prefix = { "${meta.id}.umi_dedup.sorted" }
errorStrategy = { task.exitStatus in (1) ? 'ignore' : 'retry' }

publishDir = [
path: { "${params.outdir}/umi_dedup/bam_deduplicated" },
mode: params.publish_dir_mode,
Expand Down

0 comments on commit 98b67ef

Please sign in to comment.