From 023e448405d3dc2825b75f22502e3e5deb5d1dc9 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Sun, 21 Mar 2021 00:50:17 -0500
Subject: [PATCH] Update minimum nextflow version

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

diff --git a/nextflow.config b/nextflow.config
index f715f6b..53ead0e 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -133,5 +133,5 @@ manifest {
   description = 'This pipeline was created to be a standard mRNA-sequencing analysis pipeline which integrates with the GUDMAP and RBK consortium data-hub.'
   mainScript = 'rna-seq.nf'
   version = 'v2.0.0'
-  nextflowVersion = '>=19.09.0'
+  nextflowVersion = '>=20.01.0'
 }
-- 
GitLab