Skip to content

Releases: cidgoh/VIRUS-MVP

0.5.0

05 Feb 01:02
Compare
Choose a tag to compare

Notable changes

  • #128 - Fully integrate nf-ncov-voc pipeline into application interface
    • Uploading files now takes a little longer, but it actually runs the associated pipeline
  • #129 - Updated genomic data
  • #130 - Up-to-date surveillance reports are now automatically zipped for download

0.4.1 - no upload functionality

25 Jan 22:46
Compare
Choose a tag to compare

Notable changes

  • #127 - Fix bug preventing gene bar above heatmap from appearing beyond specific widths
  • #126 - Data update

0.4.1

25 Jan 22:43
Compare
Choose a tag to compare

Notable changes

  • #127 - Fix bug preventing gene bar above heatmap from appearing beyond specific widths
  • #126 - Data update

0.4.0 - no upload functionality

10 Jan 22:13
Compare
Choose a tag to compare

Notable changes

  • #99 - Slightly smaller font size and heatmap indel markers
  • #100 - New favicon and changed browser tab title to COVID-MVP
  • 81bdca3 - Annotation heatmap cells with associated functions using thicker borders
  • #102 - VOI and VOC in existing heatmap y-axis distinguished using italics and bold respectively
  • #103 - New heatmap y-axis for genomic analysis sample sizes
  • #104 - Existing and new legend material now in a div that appears after clicking a button
  • #109 - Buttons in select lineage modal for selecting and deselecting all strains in a directory
  • #112 - Cache lifespan extended from 5m to 1d
  • #114, #117 - Loading indicators

0.4.0

10 Jan 22:11
Compare
Choose a tag to compare

Notable changes

  • #99 - Slightly smaller font size and heatmap indel markers
  • #100 - New favicon and changed browser tab title to COVID-MVP
  • 81bdca3 - Annotation heatmap cells with associated functions using thicker borders
  • #102 - VOI and VOC in existing heatmap y-axis distinguished using italics and bold respectively
  • #103 - New heatmap y-axis for genomic analysis sample sizes
  • #104 - Existing and new legend material now in a div that appears after clicking a button
  • #109 - Buttons in select lineage modal for selecting and deselecting all strains in a directory
  • #112 - Cache lifespan extended from 5m to 1d
  • #114, #117 - Loading indicators

0.3.0 - no upload functionality

06 Dec 22:51
Compare
Choose a tag to compare

Application will now perform at similar speeds when run locally, and when deployed to a network.

Callbacks were modified to reduce the number of times the large, underlying data structure was passed between the front-end and back-end servers. Now, the data structure is cached on the back-end filesystem, and back-end callbacks are signalled by the front-end interface to access the cached structure directly.

0.3.0

06 Dec 22:50
Compare
Choose a tag to compare

Application will now perform at similar speeds when run locally, and when deployed to a network.

Callbacks were modified to reduce the number of times the large, underlying data structure was passed between the front-end and back-end servers. Now, the data structure is cached on the back-end filesystem, and back-end callbacks are signalled by the front-end interface to access the cached structure directly.

0.2.0 - no upload functionality

18 Nov 20:54
Compare
Choose a tag to compare

Ability to download surveillance reports

0.2.0

18 Nov 20:52
Compare
Choose a tag to compare

Ability to download surveillance reports

0.1.0 - no upload functionality

06 Nov 01:10
e9e49a5
Compare
Choose a tag to compare

Initial release without upload functionality