From 62cd7712f46d9831e5aac55304c1e6e6fe5115c1 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Tue, 17 May 2016 18:00:56 +0200 Subject: [PATCH] Version bump to v0.1 --- README.md | 15 +++++++++++++-- setup.py | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5d7e38..70e1772 100644 --- a/README.md +++ b/README.md @@ -59,5 +59,16 @@ python setup.py develop ``` ### Changelog -#### v0.1dev -* Initial release. \ No newline at end of file +#### [v0.1](https://github.com/ewels/MultiQC_NGI/releases/tag/v0.1) - 2016-05-17 +Initial release. +* Module for NextFlow RNA-Seq BP pipeline + * Heatmap of sample correlations + * MDS plot +* Automatically find Project ID from report, or specify with `--project` +* Pull project and sample metadata from StatusDB + * `NGI` template shows project metadata at head of report, plus NGI logo + * General Stats columns added for `RIN`, `Library Concentration` and `Library Amount Taken` +* Push MultiQC report data to StatusDB + * `config.push_statusdb` or `--push`/`--no-push` +* Ability to disable StatusDB interactions with `config.disable_ngi` +* `genstat` barebones template started, but not complete. diff --git a/setup.py b/setup.py index 6366d3a..a5db629 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ from setuptools import setup, find_packages -version = '0.1.dev0' +version = '0.1' setup( name = 'multiqc_ngi',