Skip to content

Commit

Permalink
Merge pull request #73 from MaxUlysse/MemoryBaseRecalibrator
Browse files Browse the repository at this point in the history
Remove label memory_max from BaseRecalibrator process
  • Loading branch information
maxulysse authored Dec 4, 2019
2 parents b3aca7e + 67e5001 commit fc08c2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- [#43](https://github.com/nf-core/sarek/pull/43) - Fix automated `VEP` builds with circleCI
- [#54](https://github.com/nf-core/sarek/pull/54) - Apply fixes from release `2.5.1`
- [#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
- [#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)

## [2.5.1] - Årjep-Ålkatjjekna

Expand Down
1 change: 0 additions & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,6 @@ bamBaseRecalibrator = bamBaseRecalibrator.dump(tag:'BAM FOR BASERECALIBRATOR')
// STEP 3: CREATING RECALIBRATION TABLES

process BaseRecalibrator {
label 'memory_max'
label 'cpus_1'

tag {idPatient + "-" + idSample + "-" + intervalBed}
Expand Down

0 comments on commit fc08c2e

Please sign in to comment.