From 80913b5f2c457dddee535e3b4569e05eea858de4 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Mon, 20 May 2019 10:38:46 -0500
Subject: [PATCH] Update biohpc.config

---
 workflow/conf/biohpc.config | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config
index 0b515ec..8d3f851 100755
--- a/workflow/conf/biohpc.config
+++ b/workflow/conf/biohpc.config
@@ -1,18 +1,6 @@
 process {
   executor = 'slurm'
   queue='super'
-
-  // Process specific configuration
-  $checkDesignFile {
-    module = ['python/3.6.1-2-anaconda']
-    executor = 'local'
-  }
-  $count2 {
-    module = ['cellranger/2.1.1']
-  }
-  $count3 {
-    module = ['cellranger/3.0.1']
-  }
 }
 
 trace {
-- 
GitLab