diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config
index e69f0507b028c493d49bbbada40e051034dc0ac7..6f19408ac80f7855559ccf159dd22afd9241e80b 100755
--- a/workflow/conf/biohpc.config
+++ b/workflow/conf/biohpc.config
@@ -2,20 +2,19 @@ process {
   executor = 'slurm'
   queue='super'
 
-  // Process specific configuration
-  $checkDesignFile {
+  withLabel: checkDesignFile {
     module = ['python/3.6.1-2-anaconda']
     executor = 'local'
   }
-  $count211 {
+  withLabel: count211 {
     module = ['cellranger/2.1.1']
     queue = '128GB,256GB,256GBv1,384GB'
   }
-  $count301 {
+  withLabel: count301 {
     module = ['cellranger/3.0.1']
     queue = '128GB,256GB,256GBv1,384GB'
   }
-  $count302 {
+  withLabel: count302 {
     module = ['cellranger/3.0.2']
     queue = '128GB,256GB,256GBv1,384GB'
   }