Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/base/labels_nebius.config
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ process {
( workflow.containerEngine == "docker" ? '--gpus all': null ) }
}

withLabel: hightime { time = 12.h }
withLabel: veryhightime { time = 24.h }

// make sure publishstates gets enough disk space and memory
withName:'.*publishStatesProc' {
memory = '16GB'
Expand Down
2 changes: 1 addition & 1 deletion src/methods_segmentation/watershed/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,5 @@ runners:
- type: executable
- type: nextflow
directives:
label: [ hightime, midcpu, veryhighmem ]
label: [ hightime, midcpu, highmem ]

Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [ veryhightime, midcpu, veryhighmem ]
label: [ veryhightime, midcpu, highmem ]
2 changes: 1 addition & 1 deletion src/methods_transcript_assignment/pciseq/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [ veryhightime, midcpu, veryhighmem ]
label: [ veryhightime, midcpu, highmem ]
Loading