From b7fe39015da419c0aded5ad9f8f0fe7c33de4728 Mon Sep 17 00:00:00 2001
From: Gervaise Henry <gervaise.henry@utsouthwestern.edu>
Date: Fri, 12 Mar 2021 12:38:48 -0600
Subject: [PATCH] Version to v2.0.0rc02 in manifest

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

diff --git a/nextflow.config b/nextflow.config
index 87c06b6..84c9c00 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -137,6 +137,6 @@ manifest {
   homePage = 'https://git.biohpc.swmed.edu/gudmap_rbk/rna-seq'
   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.0rc01'
+  version = 'v2.0.0rc02'
   nextflowVersion = '>=19.09.0'
 }
-- 
GitLab