diff --git a/src/metrics/clustering_overlap/config.vsh.yaml b/src/metrics/clustering_overlap/config.vsh.yaml index 300e0ef..bc6d3fa 100644 --- a/src/metrics/clustering_overlap/config.vsh.yaml +++ b/src/metrics/clustering_overlap/config.vsh.yaml @@ -64,4 +64,4 @@ runners: - type: executable - type: nextflow directives: - label: [midtime, midmem, lowcpu] + label: [hightime, midmem, lowcpu] diff --git a/src/metrics/isolated_label_f1/config.vsh.yaml b/src/metrics/isolated_label_f1/config.vsh.yaml index 0abde12..27fc9f4 100644 --- a/src/metrics/isolated_label_f1/config.vsh.yaml +++ b/src/metrics/isolated_label_f1/config.vsh.yaml @@ -52,4 +52,4 @@ runners: - type: executable - type: nextflow directives: - label: [midtime, midmem, lowcpu] + label: [hightime, midmem, lowcpu] diff --git a/src/metrics/kbet/config.vsh.yaml b/src/metrics/kbet/config.vsh.yaml index c3aaa9b..71a7e8f 100644 --- a/src/metrics/kbet/config.vsh.yaml +++ b/src/metrics/kbet/config.vsh.yaml @@ -58,4 +58,4 @@ runners: - type: executable - type: nextflow directives: - label: [midtime, highmem, lowcpu] + label: [hightime, highmem, lowcpu]