Skip to content

Commit

Permalink
Bumping down GRES allocation for fastqc.
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Feb 6, 2024
1 parent f18c3da commit 7206a2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"fastqc": {
"mem": "24g",
"gres": "lscratch:64",
"threads": "32",
"time": "1-00:00:00"
},
Expand Down Expand Up @@ -56,7 +57,8 @@
"time": "1-00:00:00"
},
"rawfastqc": {
"threads": "8"
"threads": "8",
"gres": "lscratch:64"
},
"rsem": {
"gres": "lscratch:500",
Expand Down

0 comments on commit 7206a2e

Please sign in to comment.