Skip to content

Commit

Permalink
Adjust resources (#10)
Browse files Browse the repository at this point in the history
* adjust resources

* minor fix
  • Loading branch information
sainirmayi authored Nov 8, 2024
1 parent 5377801 commit 5e04de0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/metrics/clustering_overlap/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, midmem, lowcpu]
label: [hightime, midmem, lowcpu]
2 changes: 1 addition & 1 deletion src/metrics/isolated_label_f1/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, midmem, lowcpu]
label: [hightime, midmem, lowcpu]
2 changes: 1 addition & 1 deletion src/metrics/kbet/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, lowcpu]
label: [hightime, highmem, lowcpu]

0 comments on commit 5e04de0

Please sign in to comment.