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
bc42a4a6
Commit
bc42a4a6
authored
Mar 28, 2022
by
Martin Larralde
Browse files
Release v0.9.1-alpha3
parent
c5a66454
Pipeline
#31389
failed with stages
in 4 minutes and 23 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
bc42a4a6
...
...
@@ -5,10 +5,21 @@ 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-alpha2...master
[
Unreleased
]:
https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1-alpha3...master
## [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
### Added
-
`gecco.model.GeneTable`
class to store gene coordinates independently of protein domains.
### Changed
-
Refactored implementation of
`load`
and
`dump`
methods for
`Table`
classes into a dedicated base class.
-
`gecco run`
and
`gecco annotate`
now output a gene table in addition to the feature and cluster tables.
-
`gecco train`
expects a gene table instead of a GFF file for the gene coordinates.
## [v0.9.1-alpha2] - 2022-03-23
[
v0.9.1-alpha
1
]:
https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1-alpha1...v0.9.1-alpha2
[
v0.9.1-alpha
2
]:
https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1-alpha1...v0.9.1-alpha2
### Fixed
-
`TypeClassifier.trained`
not being able to read unknown types from type tables.
...
...
gecco/__init__.py
View file @
bc42a4a6
...
...
@@ -10,4 +10,4 @@ See Also:
__author__
=
"Martin Larralde"
__license__
=
"GPLv3"
__version__
=
"0.9.1-alpha
2
"
__version__
=
"0.9.1-alpha
3
"
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