Skip to content

Commit

Permalink
Merge pull request #68 from CCBR/feature/iss-67
Browse files Browse the repository at this point in the history
chore: increase time for kraken,bbmerge rules
  • Loading branch information
slsevilla authored Dec 29, 2023
2 parents 7c58ad6 + d5d5680 commit 3c5cd0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## development version

- Fix bugs that prevented single-end data from running through the pipeline. (#58, @kelly-sovacool)
- Increase wall time for kraken and bbmerge rules. (#68, @slsevilla)

## v2.5

Expand Down
3 changes: 3 additions & 0 deletions resources/cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"bbmerge": {
"mem": "64g"
"time": "1-00:00:00"
},
"fastqc": {
"threads": "32",
Expand All @@ -28,11 +29,13 @@
"cpus-per-task": "32",
"gres": "lscratch:256",
"mem": "110g"
"time": "1-00:00:00"
},
"kraken_se": {
"cpus-per-task": "32",
"gres": "lscratch:256",
"mem": "110g"
"time": "1-00:00:00"
},
"pca": {
"mem": "110g",
Expand Down

0 comments on commit 3c5cd0c

Please sign in to comment.