diff --git a/src/methods/geneformer/config.vsh.yaml b/src/methods/geneformer/config.vsh.yaml index a98ab008..ede20d07 100644 --- a/src/methods/geneformer/config.vsh.yaml +++ b/src/methods/geneformer/config.vsh.yaml @@ -60,4 +60,4 @@ runners: - type: executable - type: nextflow directives: - label: [hightime, midmem, midcpu, gpu] + label: [hightime, highmem, midcpu, gpu] diff --git a/src/methods/scprint/config.vsh.yaml b/src/methods/scprint/config.vsh.yaml index 1f2cad83..0efe1d84 100644 --- a/src/methods/scprint/config.vsh.yaml +++ b/src/methods/scprint/config.vsh.yaml @@ -92,4 +92,4 @@ runners: - type: executable - type: nextflow directives: - label: [hightime, midmem, midcpu, gpu, midsharedmem] + label: [hightime, highmem, midcpu, gpu, highsharedmem] diff --git a/src/methods/uce/config.vsh.yaml b/src/methods/uce/config.vsh.yaml index c67ea904..b37f4040 100644 --- a/src/methods/uce/config.vsh.yaml +++ b/src/methods/uce/config.vsh.yaml @@ -43,4 +43,4 @@ runners: - type: executable - type: nextflow directives: - label: [hightime, highmem, midcpu, gpu] + label: [hightime, veryhighmem, midcpu, biggpu]