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]