Skip to content

Commit

Permalink
Merge branch 'v0316' into 'dev'
Browse files Browse the repository at this point in the history
bump version to 0.3.16

See merge request research/pomoxis!177
  • Loading branch information
ftostevin-ont committed Sep 4, 2024
2 parents c2f3ff5 + ad3b750 commit 3cd24e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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]
## [v0.3.16] - 2024-09-04
### Added
- Read mean Qscore and alignment flag added to `stats_from_bam` output.
- Add option to `filter_bam` to keep unmapped reads that pass (non-alignment) filters.
Expand Down
2 changes: 1 addition & 1 deletion pomoxis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.3.15'
__version__ = '0.3.16'

import argparse
import os
Expand Down

0 comments on commit 3cd24e0

Please sign in to comment.