Skip to content

Commit 1f7e7a2

Browse files
authored
Merge pull request #670 from nf-core/fix-mqc-retry
Fix mqc retry
2 parents 97d1353 + e950066 commit 1f7e7a2

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
### `Fixed`
1111

1212
- [#631](https://github.com/nf-core/eager/issues/631): - Update minimum Nextflow version to 20.07.1, due to unfortunate bug in Nextflow 20.04.1 causing eager to crash if patch pulled
13+
- Made MultiQC crash behaviour stricter when dealing with large datasets, as reported by @ashildv
1314

1415
### `Dependencies`
1516

conf/base.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ process {
104104
errorStrategy = { task.exitStatus in [143,137,104,134,139] ? 'ignore' : 'retry' }
105105
}
106106

107-
withName: multiqc {
108-
errorStrategy = { task.exitStatus in [143,137] ? 'retry' : 'ignore' }
109-
}
110-
111107
}
112108

113109
params {

0 commit comments

Comments
 (0)