From 465a704d2aab5a1e1573c96be95df4a97cf31a95 Mon Sep 17 00:00:00 2001 From: Nirmayi Date: Fri, 15 Nov 2024 09:47:29 +0100 Subject: [PATCH] adjust resources --- src/methods/destvi/config.vsh.yaml | 4 +++- src/methods/nmfreg/config.vsh.yaml | 2 +- src/methods/rctd/config.vsh.yaml | 2 +- src/methods/tangram/config.vsh.yaml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/methods/destvi/config.vsh.yaml b/src/methods/destvi/config.vsh.yaml index 8390e4b..c81288f 100644 --- a/src/methods/destvi/config.vsh.yaml +++ b/src/methods/destvi/config.vsh.yaml @@ -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: @@ -39,4 +41,4 @@ runners: - type: executable - type: nextflow directives: - label: [hightime, midmem, midcpu, gpu] + label: [veryhightime, midmem, midcpu, gpu] diff --git a/src/methods/nmfreg/config.vsh.yaml b/src/methods/nmfreg/config.vsh.yaml index af8aab9..9b49d2a 100644 --- a/src/methods/nmfreg/config.vsh.yaml +++ b/src/methods/nmfreg/config.vsh.yaml @@ -37,4 +37,4 @@ runners: - type: executable - type: nextflow directives: - label: [midtime, highmem, midcpu] + label: [hightime, highmem, midcpu] diff --git a/src/methods/rctd/config.vsh.yaml b/src/methods/rctd/config.vsh.yaml index f465a1a..62206a4 100644 --- a/src/methods/rctd/config.vsh.yaml +++ b/src/methods/rctd/config.vsh.yaml @@ -40,4 +40,4 @@ runners: - type: executable - type: nextflow directives: - label: [midtime, highmem, midcpu] + label: [hightime, highmem, midcpu] diff --git a/src/methods/tangram/config.vsh.yaml b/src/methods/tangram/config.vsh.yaml index cae23fe..0ffcf7e 100644 --- a/src/methods/tangram/config.vsh.yaml +++ b/src/methods/tangram/config.vsh.yaml @@ -38,4 +38,4 @@ runners: - type: executable - type: nextflow directives: - label: [midtime,midmem, midcpu] + label: [midtime, highmem, midcpu]