From e333aec107533d5f8e2af651baa5e0377b4c2224 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Tue, 27 Jul 2021 11:51:30 -0500 Subject: [PATCH] Change version to 2.0.1 --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 83f93fb..03fe237 100644 --- a/nextflow.config +++ b/nextflow.config @@ -120,6 +120,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.0' + version = 'v2.0.1' nextflowVersion = '>=20.01.0' } -- GitLab