Skip to content

Commit

Permalink
Chore: Setting GRES for fastqc rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Feb 6, 2024
1 parent d4401e7 commit 568b128
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,14 @@
"fastqc_bam": {
"threads": "8",
"mem": "32G",
"time": "12:00:00"
"time": "12:00:00",
"gres": "lscratch:64"
},
"fastqc_raw": {
"threads": "8",
"mem": "32G",
"time": "12:00:00"
"time": "12:00:00",
"gres": "lscratch:64"
},
"fc_lane": {
"threads": "4",
Expand Down

0 comments on commit 568b128

Please sign in to comment.