mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 07:13:10 +00:00
Merge pull request #217 from nf-core/combine-kreports-fix [skip ci]
Dont fail on divide by 0 errors on centrifuge
This commit is contained in:
commit
098ec087c9
1 changed files with 1 additions and 0 deletions
|
@ -471,6 +471,7 @@ process {
|
|||
}
|
||||
|
||||
withName: KRAKENTOOLS_COMBINEKREPORTS_CENTRIFUGE {
|
||||
errorStrategy = { task.exitStatus in [255,1] ? 'ignore' : 'retry' }
|
||||
ext.prefix = { "centrifuge_${meta.id}_combined_reports" }
|
||||
publishDir = [
|
||||
path: { "${params.outdir}/centrifuge/" },
|
||||
|
|
Loading…
Reference in a new issue