Skip to content

Commit 5902468

Browse files
committed
adjusted resources for metrics and methods
1 parent fa1ade7 commit 5902468

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

scripts/labels_tw_wehi.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ process {
7474
withLabel: highmem { memory = { get_memory( 80.GB * task.attempt ) } }
7575
withLabel: veryhighmem { memory = { get_memory( 150.GB * task.attempt ) } }
7676
withLabel: lowtime { time = 2.h }
77-
withLabel: midtime { time = 4.h }
77+
withLabel: midtime { time = 8.h }
7878
withLabel: hightime { time = 12.h }
7979
withLabel: veryhightime { time = 24.h }
8080
withLabel: lowsharedmem {

src/methods/cytovi/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ runners:
8181
# Allows turning the component into a Nextflow module / pipeline.
8282
- type: nextflow
8383
directives:
84-
label: [veryhightime, lowmem, lowcpu, gpu]
84+
label: [veryhightime, midmem, midcpu, biggpu]

src/methods/rpca_to_goal/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ runners:
8484
# Allows turning the component into a Nextflow module / pipeline.
8585
- type: nextflow
8686
directives:
87-
label: [veryhightime,midmem,midcpu]
87+
label: [veryhightime,highmem,highcpu]

src/methods/rpca_to_mid/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ runners:
8888
# Allows turning the component into a Nextflow module / pipeline.
8989
- type: nextflow
9090
directives:
91-
label: [veryhightime,midmem,midcpu]
91+
label: [veryhightime,highmem,highcpu]

src/metrics/bras/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ runners:
9292
# Allows turning the component into a Nextflow module / pipeline.
9393
- type: nextflow
9494
directives:
95-
label: [midtime,midmem,midcpu]
95+
label: [midtime,midmem,highcpu]

src/metrics/lisi/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ runners:
125125
# Allows turning the component into a Nextflow module / pipeline.
126126
- type: nextflow
127127
directives:
128-
label: [midtime,midmem,midcpu]
128+
label: [midtime,midmem,highcpu]

0 commit comments

Comments
 (0)