Skip to content

Commit

Permalink
Set minimum pyrodigal-gv version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
apcamargo committed Nov 30, 2023
1 parent db2ef2e commit 03e3a22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ 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]
### Fixed
- Set minimum `pyrodigal-gv` version to `0.3.1`. This fixes a bug introduced in `0.3.0` that led to the identification of RBS motifs not reported by Prodigal.

### Changed
- Remove the `CCGGGG` RBS motif from the list of motifs.


## [1.7.2] - 2023-11-28
### Fixed
- Add the `CCGGGG` RBS motif to the list of motifs.

### Changed
- Do not include stop codon (`*`) at the protein end of sequences.
- Do not include stop codon (`*`) at the end of protein sequences.
- Set minimum `pyrodigal-gv` version to `0.2.0`.

## [1.7.1] - 2023-10-26
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"keras",
"numba >=0.57",
"numpy >=1.21",
"pyrodigal-gv >=0.2",
"pyrodigal-gv >=0.3.1",
"python-crfsuite",
"rich-click",
"taxopy",
Expand Down

0 comments on commit 03e3a22

Please sign in to comment.