Skip to content

Commit fc08c2e

Browse files
authored
Merge pull request #73 from MaxUlysse/MemoryBaseRecalibrator
Remove label memory_max from BaseRecalibrator process
2 parents b3aca7e + 67e5001 commit fc08c2e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3838
- [#43](https://github.com/nf-core/sarek/pull/43) - Fix automated `VEP` builds with circleCI
3939
- [#54](https://github.com/nf-core/sarek/pull/54) - Apply fixes from release `2.5.1`
4040
- [#58](https://github.com/nf-core/sarek/pull/58) - Fix issue with `.interval_list` file from the GATK bundle [#56](https://github.com/nf-core/sarek/issues/56) that was not recognized in the `CreateIntervalsBed` process
41+
- [#73](https://github.com/nf-core/sarek/pull/73) - Fix issue with label `memory_max` for `BaseRecalibrator` process [#72](https://github.com/nf-core/sarek/issues/72)
4142

4243
## [2.5.1] - Årjep-Ålkatjjekna
4344

main.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,6 @@ bamBaseRecalibrator = bamBaseRecalibrator.dump(tag:'BAM FOR BASERECALIBRATOR')
801801
// STEP 3: CREATING RECALIBRATION TABLES
802802

803803
process BaseRecalibrator {
804-
label 'memory_max'
805804
label 'cpus_1'
806805

807806
tag {idPatient + "-" + idSample + "-" + intervalBed}

0 commit comments

Comments
 (0)