Skip to content

Commit

Permalink
remove label memory_max from BaseRecalibrator process to fix #72
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Dec 3, 2019
1 parent b3aca7e commit 67e5001
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 67e5001

Please sign in to comment.