From 698ec0c79b81294f497fcfcada00418039ad6c04 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Thu, 27 Aug 2020 12:30:48 -0500 Subject: [PATCH] Update CHANGELOG.md, workflow/nextflow.config files --- CHANGELOG.md | 18 ++++++++++++++++-- workflow/nextflow.config | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d955884..e4072e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,18 @@ -# v0.0.3 (in development) +# v0.0.4 (in development) +**User Facing** +* + +**Background** +* + +*Known Bugs* +* outputBag does not contain fetch for processed data +* Does not include automatic data upload +* Override params (inputBag, fastq, species) aren't checked for integrity + +<hr> + +# v0.0.3 **User Facing** * TPM table: * Add Ensembl Gene ID @@ -47,4 +61,4 @@ **INITIAL BETA VERSION**\ Does not include automatic data upload\ This version is for initial upload of test data to GUDMAP/RBK data-hub for internal integration -<hr> \ No newline at end of file +<hr> diff --git a/workflow/nextflow.config b/workflow/nextflow.config index fd6f6f0..b166eae 100644 --- a/workflow/nextflow.config +++ b/workflow/nextflow.config @@ -97,6 +97,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.3_indev' + version = 'v0.0.4_indev' nextflowVersion = '>=19.09.0' } -- GitLab