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
f0074786
Commit
f0074786
authored
Jul 31, 2021
by
Martin Larralde
Browse files
Release v0.8.2
parent
c693ad89
Pipeline
#24435
passed with stages
in 6 minutes and 15 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
f0074786
...
...
@@ -5,7 +5,15 @@ 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.1...master
[
Unreleased
]:
https://git.embl.de/grp-zeller/GECCO/compare/v0.8.2...master
## [v0.8.2] - 2021-07-31
[
v0.8.2
]:
https://git.embl.de/grp-zeller/GECCO/compare/v0.8.1...v0.8.2
### Fixed
-
`gecco run`
crashing on Python 3.6 because of missing
`contextlib.nullcontext`
class.
### Changed
-
`gecco run`
and
`gecco annotate`
will not try to count the number of profiles when given an external HMM file with the
`--hmm`
flag.
-
`PyHMMER.run`
now reports the
*p-value*
of each domain in addition to the
*e-value*
as a
`/note`
qualifier.
## [v0.8.1] - 2021-07-29
[
v0.8.1
]:
https://git.embl.de/grp-zeller/GECCO/compare/v0.8.0...v0.8.1
...
...
gecco/__init__.py
View file @
f0074786
...
...
@@ -10,4 +10,4 @@ See Also:
__author__
=
"Martin Larralde"
__license__
=
"GPLv3"
__version__
=
"0.8.
1
"
__version__
=
"0.8.
2
"
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