Skip to content

Commit e837e62

Browse files
committed
Release v0.10.3
1 parent 9aecaae commit e837e62

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
[Unreleased]: https://github.com/zellerlab/GECCO/compare/v0.10.2...master
8+
[Unreleased]: https://github.com/zellerlab/GECCO/compare/v0.10.3...master
9+
10+
11+
## [v0.10.3] - 2026-03-10
12+
[v0.10.3]: https://github.com/zellerlab/GECCO/compare/v0.10.2...v0.10.3
13+
14+
### Added
15+
- `--no-trim` CLI flag to disable cluster trimming.
16+
17+
### Changed
18+
- Allow disabling predicted cluster trimming in `ClusterRefiner`.
19+
920

1021
## [v0.10.2] - 2026-01-24
1122
[v0.10.2]: https://github.com/zellerlab/GECCO/compare/v0.10.1...v0.10.2

galaxy/gecco.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<tool id="gecco" name="GECCO" version="0.10.2" python_template_version="3.5">
2+
<tool id="gecco" name="GECCO" version="0.10.3" python_template_version="3.5">
33
<description>is a fast and scalable method for identifying putative novel Biosynthetic Gene Clusters (BGCs) in genomic and metagenomic data using Conditional Random Fields (CRFs).</description>
44
<creator>
55
<organization name="Zeller Lab" url="https://zellerlab.org/"/>
@@ -11,7 +11,7 @@
1111
<edam_operation>operation_0415</edam_operation>
1212
</edam_operations>
1313
<requirements>
14-
<requirement type="package" version="0.10.2">gecco</requirement>
14+
<requirement type="package" version="0.10.3">gecco</requirement>
1515
</requirements>
1616
<version_command>gecco --version</version_command>
1717
<command detect_errors="aggressive"><![CDATA[

gecco/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
__author__ = "Martin Larralde"
1212
__license__ = "GPL-3.0-or-later"
13-
__version__ = "0.10.2"
13+
__version__ = "0.10.3"

0 commit comments

Comments
 (0)