From 125dcf0785f1258bc3a817978ed51ebb41242af1 Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Fri, 14 Feb 2020 15:19:22 -0600
Subject: [PATCH] Set minimum nextflow version

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

diff --git a/workflow/nextflow.config b/workflow/nextflow.config
index eee32fa..8d07909 100644
--- a/workflow/nextflow.config
+++ b/workflow/nextflow.config
@@ -66,5 +66,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 = 'v0.0.1_indev'
-  nextflowVersion = '>=19.09.0'
+  nextflowVersion = '>=0.31.0'
 }
-- 
GitLab