Skip to content

Commit

Permalink
Make Nextflow raise error if any job failure was ignored (requires Ne…
Browse files Browse the repository at this point in the history
…xtflow 24.05.0-edge)
  • Loading branch information
thalassemia committed Sep 21, 2024
1 parent 6e7acf1 commit fafddb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runscripts/nextflow/config.template
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ profiles {
process.maxRetries = 1
// Check Google Cloud latest spot pricing / performance
process.machineType = 't2d-standard-1'
workflow.failOnIgnore = true
}
sherlock {
process.memory = {
Expand Down Expand Up @@ -78,10 +79,12 @@ profiles {
// Write out job status to log file less frequently
// than we check queue status (log correct and latest status)
executor.dumpInterval = '6 min'
workflow.failOnIgnore = true
}
standard {
process.executor = 'local'
params.projectRoot = "${launchDir}"
params.publishDir = "PUBLISH_DIR"
workflow.failOnIgnore = true
}
}

0 comments on commit fafddb5

Please sign in to comment.