From 2f95eb9ad9522e83230a08aca504c725c9ed97c6 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Thu, 11 Mar 2021 10:41:00 -0600
Subject: [PATCH] Update seqwho version to 1.0.0

---
 nextflow.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nextflow.config b/nextflow.config
index 7f33391..87c06b6 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -44,7 +44,7 @@ process {
     container = 'gudmaprbk/fastqc0.11.9:1.0.1'
   }
   withName:seqwho {
-    container = 'gudmaprbk/seqwho0.0.1:1.0.0'
+    container = 'gudmaprbk/seqwho1.0.0:1.0.0'
   }
   withName:trimData {
     container = 'gudmaprbk/trimgalore0.6.6:1.0.0'
-- 
GitLab