From 2c45dc5e00848ed98dd1e650757fd4d706f3bb83 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Wed, 27 Mar 2019 21:41:56 -0500
Subject: [PATCH] Fix process selector in config

---
 workflow/conf/biohpc.config | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config
index e69f050..6f19408 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'
   }
-- 
GitLab