diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config
index 6626513939d5923194b101be9b1a2fa0c7779590..6d1aa69df1e346d15ae3f949dab203d4f6cae48f 100755
--- a/workflow/conf/biohpc.config
+++ b/workflow/conf/biohpc.config
@@ -19,7 +19,7 @@ process {
     queue = 'super'
   }
   withName: getRefInfer {
-    executor = 'super'
+    queue = 'super'
   }
   withName: downsampleData {
     executor = 'local'
@@ -31,7 +31,7 @@ process {
     queue = 'super'
   }
   withName: getRef {
-    executor = 'super'
+    queue = 'super'
   }
   withName: alignData {
     queue = '256GB,256GBv1'