From e8d478de008d363f1a481cd141d0585f8704ea33 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Thu, 17 Dec 2020 10:56:39 -0600 Subject: [PATCH] Prep for version 0.1.0_indev --- CHANGELOG.md | 2 +- workflow/nextflow.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e7411..8703a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v1.0.0 (in development) +# v0.1.0 (in development) **User Facing** * Add option to pull references from datahub * Add option to send email on workflow error, with pipeline error message diff --git a/workflow/nextflow.config b/workflow/nextflow.config index 6d91804..9066835 100644 --- a/workflow/nextflow.config +++ b/workflow/nextflow.config @@ -110,6 +110,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 = 'v0.0.4_indev' + version = 'v0.1.0_indev' nextflowVersion = '>=19.09.0' } -- GitLab