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