Skip to content

Commit

Permalink
Merge pull request #449 from ypriverol/dev
Browse files Browse the repository at this point in the history
minor changes in pride resource limits
  • Loading branch information
ypriverol authored Nov 28, 2024
2 parents 923e1d3 + a881b16 commit 2120212
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conf/pride_codon_slurm.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ process {
cache = "lenient"
afterScript = "sleep 60"

resourceLimits = [
memory: 1900.GB,
cpus: 48,
time: 30.d
]

withName:PROTEOMICSLFQ{
memory = {(mzmls as List).size() < 200 ? 72.GB * task.attempt : 250.GB * task.attempt }
cpus = {(mzmls as List).size() < 200 ? 12 * task.attempt : 24 * task.attempt }
Expand Down

0 comments on commit 2120212

Please sign in to comment.