Skip to content

Commit

Permalink
fix: Set Trim-galore to a lower request
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Dec 6, 2024
1 parent 597efab commit b82a71d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf/utd_ganymede.config
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ process {
cpus = 16
memory = { 27.GB * task.attempt }
}

withName: TRIMGALORE {
cpus = 16
memory = { 27.GB * task.attempt }
}
}

manifest {
Expand Down

0 comments on commit b82a71d

Please sign in to comment.