1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-22 07:59:54 +00:00

Dont fail on divide by 0 errors on centrifuge

This commit is contained in:
James Fellows Yates 2023-01-20 17:53:55 +01:00
parent d3bad1d720
commit 1c820f21b3

View file

@ -471,6 +471,7 @@ process {
} }
withName: KRAKENTOOLS_COMBINEKREPORTS_CENTRIFUGE { withName: KRAKENTOOLS_COMBINEKREPORTS_CENTRIFUGE {
errorStrategy = { task.exitStatus in [255,1] ? 'ignore' : 'retry' }
ext.prefix = { "centrifuge_${meta.id}_combined_reports" } ext.prefix = { "centrifuge_${meta.id}_combined_reports" }
publishDir = [ publishDir = [
path: { "${params.outdir}/centrifuge/" }, path: { "${params.outdir}/centrifuge/" },