Skip to content

Commit

Permalink
Bump to version v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw85 committed May 20, 2024
1 parent b034a63 commit 0cc6f51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v1.12.0]
### Fixed
- tandem: Use haplotag 0 in unphased mode.
- tandem: Don't run consensus if regions set is empty.
### Added
- `sym_indels` option to make indels at ref and non-ref positions symmetric
during medaka feature generation step.
- Added `--min_mapq` minimum mapping quality alignment fitering option for medaka consensus.
Default value of one represents no change with respect to previous medaka releases.
- tandem: Option `--ignore_read_groups` to ignore read groups present in bam file.
- Models for version 5 basecaller models.
- Expose `sym_indels` option for training.
- Expose `--min_mapq` minimum mapping quality alignment fitering option for medaka consensus.
- tandem: Option `--ignore_read_groups` to ignore read groups present in input file.
- Wrapper script `medaka_consensus_joint` and convenience tools (`prepare_tagged_bam`,
`get_model_dtypes`) to facilitate joint polishing with multiple datatypes.

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

__version__ = "1.11.3"
__version__ = "1.12.0"

try:
import pyabpoa as abpoa
Expand Down

0 comments on commit 0cc6f51

Please sign in to comment.