From f591e997421c62eab87cb2060576a61ce345a356 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Fri, 30 Jul 2021 14:30:28 -0500
Subject: [PATCH] Fix typo

---
 rna-seq.nf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rna-seq.nf b/rna-seq.nf
index 12b71dd..e3244cc 100644
--- a/rna-seq.nf
+++ b/rna-seq.nf
@@ -149,7 +149,7 @@ process getBag {
   input:
     path credential, stageAs: "credential.json" from deriva_getBag
     path replicateExportConfig
-f
+
   output:
     path ("*.zip") into bag
 
-- 
GitLab