Skip to content

Releases: nanoporetech/medaka

v0.5.2

07 Feb 15:55
Compare
Choose a tag to compare

Bug fix release

  • Fix bug leading to dropping of pileup chunks during loading

v0.5.1

04 Feb 17:26
Compare
Choose a tag to compare

Development and performance release

  • Refactor batch queuing in preparation to using keras Sequence
  • Asynchrounous feature loading during inference
  • Pin version of h5py to work around intermittent errors in saving models

v0.5.0

28 Jan 14:40
Compare
Choose a tag to compare
  • Large refactor of training code
    • Resolve hanging at the end of training #15
    • Switch to CuDNN for GRU layers
    • Improved storage and retrieval of features for better IO
    • Training speed improved >10X
  • Resolve issue with contained chunks during stitching #20
  • Changes to medaka_consensus
    • checks presence of minimap2 and samtools
    • provides more feedback on error #16

v0.4.3

16 Jan 16:52
Compare
Choose a tag to compare
  • Add support for R9.4.1 flip-flop basecaller

v0.4.1

16 Jan 16:51
6a33df5
Compare
Choose a tag to compare

Development release

  • Adds build infrastructure for source distributions and manylinux wheels.

v0.4.0

28 Nov 11:12
Compare
Choose a tag to compare
  • Large refactoring of feature and sample generation (#10)
    Fixes many small bugs and edge cases
  • Resize models for small contigs (#9)
  • Faster Generation of inference features
  • Model updates
  • Remove redundant samtools tview code
  • Ability to handle multiple read types
  • Limit CPU usage when running without a GPU

v0.4.0 Release Candidate 5

16 Nov 15:22
Compare
Choose a tag to compare
Pre-release
  • Accelerate multi-datatype pileup creation.
  • Fix some bugs in training.

v0.4.0 Release Candidate 4

16 Nov 15:26
Compare
Choose a tag to compare
Pre-release
  • Fix bug in medaka stitch when --region is specified.

v0.4.0 Release Candidate 3

08 Nov 17:49
Compare
Choose a tag to compare
Pre-release
  • Large refactoring of feature and sample generation
  • Resize models for small contigs

v0.4.0 Release Candidate 2

05 Nov 15:30
Compare
Choose a tag to compare
Pre-release
  • Fix import error after switching to local imports of keras/tensorflow