Skip to content

Commit

Permalink
adjust resources
Browse files Browse the repository at this point in the history
  • Loading branch information
sainirmayi committed Nov 15, 2024
1 parent 3f171b3 commit 465a704
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion src/methods/destvi/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ arguments:
- name: "--max_epochs_sp"
type: integer
default: 10000
info:
test_default: 1000
description: Number of epochs to train the DestVI model using MAP inference.

resources:
Expand All @@ -39,4 +41,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [hightime, midmem, midcpu, gpu]
label: [veryhightime, midmem, midcpu, gpu]
2 changes: 1 addition & 1 deletion src/methods/nmfreg/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, midcpu]
label: [hightime, highmem, midcpu]
2 changes: 1 addition & 1 deletion src/methods/rctd/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, midcpu]
label: [hightime, highmem, midcpu]
2 changes: 1 addition & 1 deletion src/methods/tangram/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime,midmem, midcpu]
label: [midtime, highmem, midcpu]

0 comments on commit 465a704

Please sign in to comment.