Skip to content

Commit

Permalink
Merge pull request #5 from RIVM-bioinformatics/release-please--branch…
Browse files Browse the repository at this point in the history
…es--main--components--AminoExtract

chore(main): release 0.2.1
  • Loading branch information
florianzwagemaker authored Dec 6, 2022
2 parents bf4ed5f + ae0ec18 commit c83382a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AminoExtract/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import contextlib

__prog__ = "AminoExtract"
__version__ = "0.2.0"
__version__ = "0.2.1"

# use contextlib to suppress the ImportError
# This may occur when this file is imported in setup.py as dependencies are not yet installed
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/RIVM-bioinformatics/AminoExtract/compare/v0.2.0...v0.2.1) (2022-12-06)


### Bug Fixes

* replace gaps in nucleotide-seq with "N" characters to ensure valid translation when `--keep-gaps` flag is given. (forces ambigious AA call) ([bf4ed5f](https://github.com/RIVM-bioinformatics/AminoExtract/commit/bf4ed5f1492bfc357fe3d64c175c2f7a55e595ee))

## [0.2.0](https://github.com/RIVM-bioinformatics/AminoExtract/compare/v0.1.0...v0.2.0) (2022-12-05)


Expand Down

0 comments on commit c83382a

Please sign in to comment.