Skip to content

Commit 0e46356

Browse files
authored
Merge pull request #685 from nf-core/java-tool-fixes
Replace bash conditional logic with groovy/nextflow
2 parents 480f6ac + 196759e commit 0e46356

2 files changed

Lines changed: 179 additions & 107 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1919
- [#688](https://github.com/nf-core/eager/issues/668) - Allow pipeline to complete, even if Qualimap crashes due to an empty or corrupt BAM file for one sample/library
2020
- [#683](https://github.com/nf-core/eager/pull/683) - Sets `--igenomes_ignore` to true by default, as rarely used by users currently and makes resolving configs less complex.
2121
- Added exit code `140` to re-tryable exit code list to account for certain scheduler wall-time limit fails.
22+
- [672](https://github.com/nf-core/eager/issues/672) - Removed java parameter from picard tools which could cause memory issues
23+
- [679](https://github.com/nf-core/eager/issues/679) - Refactor within-process bash conditions to groovy/nextflow, due to incompatibility with some servers environments
2224

2325
### `Dependencies`
2426

0 commit comments

Comments
 (0)