Skip to content

Commit

Permalink
Release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Apr 5, 2022
1 parent 40ad5fc commit c79bc69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
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-alpha4...master
[Unreleased]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1...master

## [v0.9.1] - 2022-04-05
[v0.9.1]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1-alpha4...v0.9.1

### Changed
- Make the `genes.tsv` and `features.tsv` table contain all genes even when they come from a contig too short to be processed by the CRF sliding window.
- Replaced the `--force-clusters-tsv` flag with a `--force-tsv` flag to force writing TSV tables even when no genes or clusters were found in `gecco run` or `gecco annotate`.

## [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
Expand All @@ -15,7 +22,7 @@ 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 \
-g GECCO-data/data/embeddings/mibig-2.0.proG2.genes.tsv \
-o models/v0.9.1-alpha4
```

Expand Down
2 changes: 1 addition & 1 deletion gecco/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

__author__ = "Martin Larralde"
__license__ = "GPLv3"
__version__ = "0.9.1-alpha4"
__version__ = "0.9.1"

0 comments on commit c79bc69

Please sign in to comment.