Releases: MultiQC/MultiQC_NGI
Releases · MultiQC/MultiQC_NGI
MultiQC_NGI v0.2
Relatively small update, polishing things as this moves towards going into production.
- Ability to test using a static JSON file instead of statusdb
- Compatability with new MultiQC features (eg. ENV vars)
- WGS-specific cleaning of reports (remove FastQC and FastQ Screen from general stats table)
- Got the RNA-seq MDS plot to work
- Made code more tolerant of missing statusdb values
- Lots of minor bug fixes
MultiQC_NGI v0.1
Initial release of MultiQC_NGI plugin.
- 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
andLibrary 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.