Skip to content

Commit

Permalink
Merge branch 'prep0.11.5' into 'dev'
Browse files Browse the repository at this point in the history
Prep0.11.5

See merge request research/medaka!341
  • Loading branch information
cjw85 committed Jan 23, 2020
2 parents b6e6378 + dd1a182 commit c9df977
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v0.11.5
-------
R10.3 model and small fixes

* Add model for R10.3 on MinION.
* Fix index/compression issue with RLE workflow
* Write and empty vcf when no variants are found in medaka_variant.
* Fix a rare memory error during feature generation caused by very long indels.

v0.11.4
-------
Bugfix
Expand Down
2 changes: 1 addition & 1 deletion medaka/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
import subprocess

__version__ = '0.11.4'
__version__ = '0.11.5'


def check_minimap2_version():
Expand Down

0 comments on commit c9df977

Please sign in to comment.