Skip to content

Commit

Permalink
Merge pull request #90 from UMCUGenetics/hotfix-3.0.1
Browse files Browse the repository at this point in the history
Hotfix 3.0.1 to master
  • Loading branch information
ALuesink authored Jul 9, 2024
2 parents 5be181a + c820ca5 commit b53f1d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DIMS.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ params {
}

process {
withLabel: AssignToBins {
withLabel: AssignToBins {
cpus = 2
memory = { 2.GB * task.attempt }
memory = { 3.GB * task.attempt }
time = { 5.m * task.attempt }
}

Expand Down Expand Up @@ -184,7 +184,7 @@ process {

withLabel: SumAdducts {
cpus = 2
memory = { 4.GB * task.attempt }
memory = { 5.GB * task.attempt }
time = { 40.m * task.attempt }
}

Expand All @@ -208,7 +208,7 @@ process {

withLabel: UnidentifiedCollectPeaks {
cpus = 2
memory = { 1.GB * task.attempt }
memory = { 2.GB * task.attempt }
time = { 5.m * task.attempt }
}

Expand Down

0 comments on commit b53f1d1

Please sign in to comment.