# HG changeset patch # User althonos # Date 1648749615 0 # Node ID fde43648cba0da67ce5c83a51e18db01c1b244a3 # Parent e6597056a493ff69224fe613a623317d650718b2 "Release v0.9.1-alpha4" diff -r e6597056a493 -r fde43648cba0 CHANGELOG.md --- a/CHANGELOG.md Mon Mar 28 15:41:47 2022 +0000 +++ b/CHANGELOG.md Thu Mar 31 18:00:15 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.1-alpha3...master +[Unreleased]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1-alpha4...master + +## [v0.9.1-alpha4] - 2022-03-31 +[v0.9.1-alpha4]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1-alpha3...v0.9.1-alpha4 + +Retrain internal model with: +``` +$ python -m gecco -vv train --c1 0.4 --c2 0 --select 0.25 --window-size 20 \ + -f mibig-2.0.proG2.Pfam-v35.0.features.tsv \ + -c mibig-2.0.proG2.clusters.tsv \ + -g GECCO-data/data/embeddings/mibig-2.0.proG2.genes.gff \ + -o models/v0.9.1-alpha4 +``` ## [v0.9.1-alpha3] - 2022-03-23 [v0.9.1-alpha3]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1-alpha2...v0.9.1-alpha3