Skip to content

0.22.0

Compare
Choose a tag to compare
@apetkau apetkau released this 03 Jul 17:59
· 12959 commits to development since this release
  • [UI]: Fixed bug where .xls file could not be uploaded through the file picker on the metadata upload page. (0.21.1)
  • [Workflow]: Added version 0.1.9 of the MentaLiST pipeline, which includes a fix for downloading cgMLST schemes and a distance matrix output.
  • [UI]: Fixed bug where concatenate files was POSTing to incorrect URL. (0.21.2)
  • [UI]: Fixed bug where SVG files could not be exported through the advanced visualization page. (0.21.2)
  • [UI]: Fixed bug where users could not share more than nine samples. (0.21.2)
  • [UI]: Moved the position of the notification system to top center.
  • [Workflow]: Added version 2.0.0 of a pipeline for running bio_hansel (version 2.0.0)
  • [Workflow]: Added version 0.3 of a pipeline for running SISTR which now makes use of Shovill for genome assembly.
  • [Workflow]: Updated SISTR pipeline to store the following additional fields in the metadata table: serogroup, O antigen, H1, H2, and alleles matching genome.
  • [UI]: Users can save analysis results to samples after pipeline is done in "Share Results" tab.
  • [UI]: Fixed bug where edit groups page would throw a server exception. (0.21.3)
  • [UI]: Hiding user page project list for non-admins.
  • [Workflow]: Fixed bug where auto updating metadata from analysis submission failed for non-admin user. (0.21.4)
  • [UI]: Fixed bug where admin dropdown menu was hidden behind sequencing run sub navigation.
  • [Developer]: Moved file processing chain outside of SequencingObjectService. It now runs as a scheduled task. This will help balance the processing load in multi-server deployments.
  • [UI]: Ensuring ROLE_SEQUENCER users get "Access Denied" for any attempted UI interactions.
  • [Developer]: Updated yarn to the current version.
  • [UI/Workflow]: Pipeline analysis output files are rendered in the same order as they appear in the pipeline irida_workflow.xml in the <outputs> XML element.
  • [Developer]: Can now specify which chromedriver to use in UI testing with -Dwebdriver.chrome.driver=/PATH/TO/chromedriver.
  • [UI]: Fixes slow Sample cart. Quicker saving of large selections of samples to cart (POST /cart/add/samples) and loading of existing cart Samples (GET /cart).