Skip to content

Commit

Permalink
fix: increase memory for fastq_screen (#188)
Browse files Browse the repository at this point in the history
* fix: increase memory for fastq_screen

resolves #187

* chore: update CHANGELOG.md
  • Loading branch information
kelly-sovacool authored Dec 19, 2024
1 parent 30d0d66 commit 4a30a19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## RENEE development version

- Increase memory for `fastq_screen`. (#188, @kelly-sovacool)

## RENEE 2.6.4

- Fix spelling of shared SIF directory on biowulf -- it is `/data/CCBR_Pipeliner/SIFs` with a lowercase "s" at the end. (#182, @kelly-sovacool)
Expand Down
3 changes: 2 additions & 1 deletion config/cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
},
"fastq_screen": {
"threads": "32",
"time": "2-00:00:00"
"time": "2-00:00:00",
"mem": "12g"
},
"kraken_pe": {
"cpus-per-task": "32",
Expand Down

0 comments on commit 4a30a19

Please sign in to comment.