File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and 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
Original file line number Diff line number Diff line change 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/" />
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[
Original file line number Diff line number Diff line change 1010
1111__author__ = "Martin Larralde"
1212__license__ = "GPL-3.0-or-later"
13- __version__ = "0.10.2 "
13+ __version__ = "0.10.3 "
You can’t perform that action at this time.
0 commit comments