Skip to content

Commit

Permalink
Merge pull request #158 from Plant-Food-Research-Open/fix/dnadiff
Browse files Browse the repository at this point in the history
Increased memory requirement for DNADIFF to avoid SLURM OOM kills with exit code 2
  • Loading branch information
GallVp authored Oct 15, 2024
2 parents 807ff31 + cbbee9d commit fe7b8fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### `Fixed`

1. Fixed a bug where Gene score distribution graph did not appear correctly [#125](https://github.com/Plant-Food-Research-Open/assemblyqc/issues/125)
2. Increased memory requirement for `DNADIFF` to avoid SLURM OOM kills with exit code 2 [#141](https://github.com/Plant-Food-Research-Open/assemblyqc/issues/141)

### `Dependencies`

Expand Down
1 change: 1 addition & 0 deletions conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ process {
}
withName:DNADIFF {
time = { 7.day * task.attempt }
memory = { 12.GB * task.attempt }
}
withName:MERQURY_HAPMERS {
time = { 20.h * task.attempt }
Expand Down

0 comments on commit fe7b8fc

Please sign in to comment.