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
3a94a5d7
Commit
3a94a5d7
authored
Jul 29, 2021
by
Martin Larralde
Browse files
Release v0.8.1
parent
0e75d14e
Pipeline
#24403
failed with stages
in 2 minutes and 9 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
3a94a5d7
...
...
@@ -5,7 +5,16 @@ 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.8.0...master
[
Unreleased
]:
https://git.embl.de/grp-zeller/GECCO/compare/v0.8.1...master
## [v0.8.1] - 2021-07-29
[
v0.8.1
]:
https://git.embl.de/grp-zeller/GECCO/compare/v0.8.0...v0.8.1
### Changed
-
`gecco run`
now filters out unneeded features before annotating, making it easier to analyze the results of a run with a custom
`--model`
.
### Fixed
-
`gecco`
reporting about using Pfam
`v33.1`
while actually using
`v34.0`
because of an outdated field in
`gecco/hmmer/Pfam.ini`
.
### Added
-
Missing documentation for the
`strand`
attribute of
`gecco.model.Gene`
.
## [v0.8.0] - 2021-07-03
[
v0.8.0
]:
https://git.embl.de/grp-zeller/GECCO/compare/v0.7.0...v0.8.0
...
...
gecco/__init__.py
View file @
3a94a5d7
...
...
@@ -10,4 +10,4 @@ See Also:
__author__
=
"Martin Larralde"
__license__
=
"GPLv3"
__version__
=
"0.8.
0
"
__version__
=
"0.8.
1
"
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