From 5ac7bb645b88c6a5a6957b56b603878c2c939277 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Sun, 21 Mar 2021 00:30:52 -0500 Subject: [PATCH] Finalize v2.0.0 version in manifest --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index c8983df..f715f6b 100644 --- a/nextflow.config +++ b/nextflow.config @@ -132,6 +132,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.0rc02' + version = 'v2.0.0' nextflowVersion = '>=19.09.0' } -- GitLab