All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Split up the Shiny-like app from
rnaseqc.over_time
into its own modules - Fixed
pooling_qc_sample
gsi-qc-etl imports to conform to v0.5.0
- BamQC app that mirrors the Shiny-like look of
rnaseqc.over_time
ShinyMimic
class that encapsulates app logic independent of input DataFrame
- Updated all modules to work with gsi-qc-etl 0.5.0 (which uses versioned DataFrames)
- Columns defined within a module are proper constants
aq
module from runreport (dead code)histograms
module from runscanner (did not work as a visualization)
- Cache location needs to be specified by environmental variable
- User can select shape and colour of plotted data
- Exportable Data Table that matches currently visible plotted data
- Plots can match Data Table sorting
- Updated to Dash 1.2.0
- Proper naming and capitalization of variables
- Improved function documentation
- Data is pulled from Pinery Samples Provenance instead of Pinery Samples
Belated start of a Changelog
setup.py
file for easy installationindex.py
as the Dashi home screen- Support for
Dash 1.0
bamqc.gbovertime
module for visualizing GB production over timebcl2fastq.index_summary
module for pooling visualizationpoolqc.pooling_qc_sample
module for RNA-Seq QC data after Pooling Runrnaseqc.over_time
module for visualizing RNASeQC metricsrunreport.proj_hist
module to show project coverage of a run compared to previous runsrunscanner.yield_over_time
module to show machine yield over time