Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zeller Group
GECCO
Commits
f80616db
Commit
f80616db
authored
Mar 31, 2022
by
Martin Larralde
Browse files
Release v0.9.1-alpha4
parent
31b18bde
Pipeline
#31609
failed with stages
in 3 minutes and 54 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
f80616db
...
...
@@ -5,7 +5,19 @@ 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-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
...
...
gecco/__init__.py
View file @
f80616db
...
...
@@ -10,4 +10,4 @@ See Also:
__author__
=
"Martin Larralde"
__license__
=
"GPLv3"
__version__
=
"0.9.1-alpha
3
"
__version__
=
"0.9.1-alpha
4
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment