Skip to content

Commit

Permalink
Version bump to v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed May 17, 2016
1 parent e9f73a0 commit 62cd771
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,16 @@ python setup.py develop
```
### Changelog
#### v0.1dev
* Initial release.
#### [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.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from setuptools import setup, find_packages

version = '0.1.dev0'
version = '0.1'

setup(
name = 'multiqc_ngi',
Expand Down

0 comments on commit 62cd771

Please sign in to comment.