Skip to content

Commit

Permalink
Increased memory requirement for Kraken 2 to 256.GB
Browse files Browse the repository at this point in the history
  • Loading branch information
GallVp committed Nov 4, 2024
1 parent af5c449 commit e140509
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v2.2.0 - [04-Nov-2024]
## v2.2.0 - [05-Nov-2024]

### `Added`

Expand All @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11. Added Orthofinder [#167](https://github.com/Plant-Food-Research-Open/assemblyqc/issues/167)
12. Changed order of tool options in the `nextflow.config` file
13. Updated PFR's Kraken 2 database to `k2_pluspfp_20240904` [#170](https://github.com/Plant-Food-Research-Open/assemblyqc/issues/170)
14. Increased memory requirement for Kraken 2 to `256.GB`

### `Fixed`

Expand Down
2 changes: 1 addition & 1 deletion conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ process {
memory = { 512.GB * task.attempt }
}
withName:KRAKEN2 {
memory = { 200.GB * task.attempt }
memory = { 256.GB * task.attempt }
}
withName:BWA_MEM {
time = { 2.day * task.attempt }
Expand Down

0 comments on commit e140509

Please sign in to comment.