Mercurial > repos > althonos > gecco
comparison CHANGELOG.md @ 13:fde43648cba0 draft
"Release v0.9.1-alpha4"
author | althonos |
---|---|
date | Thu, 31 Mar 2022 18:00:15 +0000 |
parents | e6597056a493 |
children | 56b924f62165 |
comparison
equal
deleted
inserted
replaced
12:e6597056a493 | 13:fde43648cba0 |
---|---|
3 | 3 |
4 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | 4 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) |
5 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | 5 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). |
6 | 6 |
7 ## [Unreleased] | 7 ## [Unreleased] |
8 [Unreleased]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1-alpha3...master | 8 [Unreleased]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1-alpha4...master |
9 | |
10 ## [v0.9.1-alpha4] - 2022-03-31 | |
11 [v0.9.1-alpha4]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1-alpha3...v0.9.1-alpha4 | |
12 | |
13 Retrain internal model with: | |
14 ``` | |
15 $ python -m gecco -vv train --c1 0.4 --c2 0 --select 0.25 --window-size 20 \ | |
16 -f mibig-2.0.proG2.Pfam-v35.0.features.tsv \ | |
17 -c mibig-2.0.proG2.clusters.tsv \ | |
18 -g GECCO-data/data/embeddings/mibig-2.0.proG2.genes.gff \ | |
19 -o models/v0.9.1-alpha4 | |
20 ``` | |
9 | 21 |
10 ## [v0.9.1-alpha3] - 2022-03-23 | 22 ## [v0.9.1-alpha3] - 2022-03-23 |
11 [v0.9.1-alpha3]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1-alpha2...v0.9.1-alpha3 | 23 [v0.9.1-alpha3]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1-alpha2...v0.9.1-alpha3 |
12 | 24 |
13 ### Added | 25 ### Added |