diff --git a/workflow/configs/cluster.config b/workflow/configs/cluster.config
index f5842a64b6edbbb40708720592025b3965fe7a17..ed3da8d938bf96f44bb103ab83e75f4f9bbacd4b 100644
--- a/workflow/configs/cluster.config
+++ b/workflow/configs/cluster.config
@@ -1,27 +1,27 @@
 process {
   executor = 'slurm'
-  queue = '32GB'
+  queue = 'super'
   clusterOptions = '--hold'
 
-  withLabel: trackStart {
+  withName:trackStart {
     executor = 'local'
   }
-  withLabel: checkDesignFile {
+  withName:checkDesignFile {
     executor = 'local'
   }
-  withLabel: count211 {
+  withName:count211 {
     queue = '128GB,256GB,256GBv1,384GB'
   }
-  withLabel: count302 {
+  withName:count302 {
     queue = '128GB,256GB,256GBv1,384GB'
   }
-  withLabel: count310 {
+  withName:count310 {
     queue = '128GB,256GB,256GBv1,384GB'
   }
-  withLabel: versions {
+  withName:versions {
     executor = 'local'
   }
-  withLabel: multiqc {
+  withName:multiqc {
     executor = 'local'
   }
 }