From 121b371fd465897da92cdeedf7651d6608b8cc74 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Fri, 27 Dec 2019 17:50:15 -0600
Subject: [PATCH] Temp remove version and multiqc processes

---
 workflow/conf/biohpc.config | 2 +-
 workflow/main.nf            | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config
index 1b6da27..f271a59 100755
--- a/workflow/conf/biohpc.config
+++ b/workflow/conf/biohpc.config
@@ -19,7 +19,7 @@ process {
     executor = 'local'
   }
   withName:fastqc {
-    module = ['fastqc/0.11.5', 'parallel']
+    container = 'docker://bicf/fastqc:1.5'
     queue = 'super'
   }
   withName:versions {
diff --git a/workflow/main.nf b/workflow/main.nf
index 1f8219a..6fb36ec 100755
--- a/workflow/main.nf
+++ b/workflow/main.nf
@@ -148,7 +148,7 @@ process fastqc {
 
 }
 
-
+/*
 process versions {
 
   tag "${name}"
@@ -193,3 +193,4 @@ process multiqc {
     """
 
 }
+*/
\ No newline at end of file
-- 
GitLab