changeset 13:fde43648cba0 draft

"Release v0.9.1-alpha4"
author althonos
date Thu, 31 Mar 2022 18:00:15 +0000
parents e6597056a493
children 56b924f62165
files CHANGELOG.md
diffstat 1 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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