Repository 'gecco'
hg clone https://toolshed.g2.bx.psu.edu/repos/althonos/gecco

Changeset 18:3dd71eaa2909 (2022-08-10)
Previous changeset 17:e28ffe93dc69 (2022-05-31) Next changeset 19:cc91d730cc4f (2023-01-16)
Commit message:
Release v0.9.5
modified:
CHANGELOG.md
b
diff -r e28ffe93dc69 -r 3dd71eaa2909 CHANGELOG.md
--- a/CHANGELOG.md Tue May 31 10:52:39 2022 +0000
+++ b/CHANGELOG.md Wed Aug 10 12:36:38 2022 +0000
[
@@ -5,7 +5,19 @@
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
 ## [Unreleased]
-[Unreleased]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.4...master
+[Unreleased]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.5...master
+
+
+## [v0.9.5] - 2022-08-10
+[v0.9.5]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.4...v0.9.5
+
+### Added
+- `gecco predict` command to predict BGCs from an annotated genome.
+- `Protein.with_seq` function to assign a new sequence to a protein object.
+
+### Fixed
+- Issue with antiSMASH sideload JSON file generation in `gecco run` and `gecco predict`.
+- Make `gecco.orf` handle STOP codons consistently ([#9](https://github.com/zellerlab/GECCO/issues/9)).
 
 
 ## [v0.9.4] - 2022-05-31