Releases: nanoporetech/medaka
Releases · nanoporetech/medaka
v0.5.2
v0.5.1
v0.5.0
- 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
andsamtools
- provides more feedback on error #16
- checks presence of
v0.4.3
v0.4.1
v0.4.0
- 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
- Accelerate multi-datatype pileup creation.
- Fix some bugs in training.
v0.4.0 Release Candidate 4
- Fix bug in
medaka stitch
when--region
is specified.
v0.4.0 Release Candidate 3
- Large refactoring of feature and sample generation
- Resize models for small contigs
v0.4.0 Release Candidate 2
- Fix import error after switching to local imports of keras/tensorflow