Skip to content

Releases: eastgenomics/trendyQC

v1.1.1

01 Oct 10:18
296a485
Compare
Choose a tag to compare

Changes

  • Create the logs folder in the settings.py so that it doesn't raise an error when trying to start the container without creating that folder
  • Creation of summary reports after imports that get sent to Slack and in the logs
    • Allows import of reports even if some don't get import due to issues

v1.1.0

18 Sep 14:31
c490bf8
Compare
Choose a tag to compare

Changes

  • Move DEBUG variable from being hardcoded to the docker-compose file

Unittests

  • Remove randomness use to choose colors of plots
  • Remove potential bug where multiple assay+sequencer combos are used multiple times in the data input i.e. if we have in our input:
    • 240101 MYE - Seq1
    • 240102 TSO - Seq2
    • 240103 MYE - Seq1
    • I believe the color of the 2nd MYE - Seq1 would have the same color of TSO - Seq2 in the old version of the code
  • Fix weird bug with the GET request for the dashboard doesn't accept an empty tables key for the context data
  • Fix parsing of date when saving filter

v1.0.0rc

12 Sep 13:48
e4a0034
Compare
Choose a tag to compare
v1.0.0rc Pre-release
Pre-release

Changes

Initial release of a release candidate for TrendyQC