Skip to content

Commit

Permalink
Ignore failed jobs using local executor
Browse files Browse the repository at this point in the history
Allows jobs that are not dependent on failed job to continue to run
  • Loading branch information
thalassemia committed Oct 11, 2024
1 parent 6695680 commit c47cd95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runscripts/nextflow/config.template
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,6 @@ profiles {
params.projectRoot = "${launchDir}"
params.publishDir = "PUBLISH_DIR"
workflow.failOnIgnore = true
process.errorStrategy = 'ignore'
}
}

0 comments on commit c47cd95

Please sign in to comment.