Skip to content

Commit

Permalink
Update conf/modules.config
Browse files Browse the repository at this point in the history
Co-authored-by: Edmund Miller <[email protected]>
  • Loading branch information
apeltzer and edmundmiller authored Aug 12, 2024
1 parent 89dc4ee commit 0df2f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ process {
mode: params.publish_dir_mode
]
}
//Samshee should fail the entire pipeline immediately as it validated the illumina samplesheet to be valid before the pipeline runs. As such, it should not be running more than once & if it fails should stop the pipeline
// Samshee should fail the entire pipeline immediately as it validated the illumina samplesheet to be valid before the pipeline runs. As such, it should not be running more than once & if it fails should stop the pipeline
withName: SAMSHEE {
errorStrategy = "terminate"
}
Expand Down

0 comments on commit 0df2f24

Please sign in to comment.