Skip to content

v0.14.0

Choose a tag to compare

@epi2melabs-bot epi2melabs-bot released this 24 Apr 08:52
· 40 commits to master since this release

Changed

  • Percentage of reads aligned histogram x-axis limits are now default 0 to 100.
  • Accuracy histogram x-axis limits are now default 80 to 100.

Added

  • Download button in sankey plot.
  • DataTables.from_pandas takes use_headers kwarg.
  • DataTables sortable added to API.
  • DetailsTable, LeadSummary, WorkflowQCBanner components for reports.
  • Added page_number attribute to the report, which if True adds a styled footer to the report containing the page number.
  • Add make_table to create QC control checks tables.

Fixed

  • Sankey now scales down until it hits 800px, it then scrolls. This avoids overflowing the right of the screen on narrow viewports.
  • Sequence summary read length N50 incorrectly displayed minimum read length, it now correctly shows the N50.
  • Sequence summary component alignment and coverage plots amended to also work with histogram data as input, example added to demo. [CW-5838]