diff --git a/src/control_methods/embed_cell_types/config.vsh.yaml b/src/control_methods/embed_cell_types/config.vsh.yaml index 4d7f27e8..1dcabaaa 100644 --- a/src/control_methods/embed_cell_types/config.vsh.yaml +++ b/src/control_methods/embed_cell_types/config.vsh.yaml @@ -18,4 +18,4 @@ runners: - type: executable - type: nextflow directives: - label: [midtime, lowmem, lowcpu] + label: [midtime, midmem, lowcpu] diff --git a/src/control_methods/embed_cell_types_jittered/config.vsh.yaml b/src/control_methods/embed_cell_types_jittered/config.vsh.yaml index e5b6329f..5e17fca2 100644 --- a/src/control_methods/embed_cell_types_jittered/config.vsh.yaml +++ b/src/control_methods/embed_cell_types_jittered/config.vsh.yaml @@ -24,4 +24,4 @@ runners: - type: executable - type: nextflow directives: - label: [midtime, lowmem, lowcpu] + label: [midtime, midmem, lowcpu] diff --git a/src/control_methods/no_integration/config.vsh.yaml b/src/control_methods/no_integration/config.vsh.yaml index 93995297..c7964753 100644 --- a/src/control_methods/no_integration/config.vsh.yaml +++ b/src/control_methods/no_integration/config.vsh.yaml @@ -17,4 +17,4 @@ runners: - type: executable - type: nextflow directives: - label: [midtime, lowmem, lowcpu] + label: [midtime, midmem, lowcpu] diff --git a/src/control_methods/no_integration_batch/config.vsh.yaml b/src/control_methods/no_integration_batch/config.vsh.yaml index f954acc9..c9f7869c 100644 --- a/src/control_methods/no_integration_batch/config.vsh.yaml +++ b/src/control_methods/no_integration_batch/config.vsh.yaml @@ -17,4 +17,4 @@ runners: - type: executable - type: nextflow directives: - label: [midtime, lowmem, lowcpu] + label: [midtime, midmem, lowcpu] diff --git a/src/control_methods/shuffle_integration/config.vsh.yaml b/src/control_methods/shuffle_integration/config.vsh.yaml index 5469f331..8f5e65e0 100644 --- a/src/control_methods/shuffle_integration/config.vsh.yaml +++ b/src/control_methods/shuffle_integration/config.vsh.yaml @@ -17,4 +17,4 @@ runners: - type: executable - type: nextflow directives: - label: [midtime, lowmem, lowcpu] + label: [midtime, midmem, lowcpu] diff --git a/src/control_methods/shuffle_integration_by_batch/config.vsh.yaml b/src/control_methods/shuffle_integration_by_batch/config.vsh.yaml index 7af22c2e..0fa1a70c 100644 --- a/src/control_methods/shuffle_integration_by_batch/config.vsh.yaml +++ b/src/control_methods/shuffle_integration_by_batch/config.vsh.yaml @@ -17,4 +17,4 @@ runners: - type: executable - type: nextflow directives: - label: [midtime, lowmem, lowcpu] + label: [midtime, midmem, lowcpu] diff --git a/src/control_methods/shuffle_integration_by_cell_type/config.vsh.yaml b/src/control_methods/shuffle_integration_by_cell_type/config.vsh.yaml index 2f7052ae..2e99fc52 100644 --- a/src/control_methods/shuffle_integration_by_cell_type/config.vsh.yaml +++ b/src/control_methods/shuffle_integration_by_cell_type/config.vsh.yaml @@ -17,4 +17,4 @@ runners: - type: executable - type: nextflow directives: - label: [midtime, lowmem, lowcpu] + label: [midtime, midmem, lowcpu]