File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,14 @@ 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.9.9...master
8+ [ Unreleased ] : https://github.com/zellerlab/GECCO/compare/v0.9.10...master
9+
10+
11+ ## [ v0.10.0-alpha.2] - 2025-08-13
12+ [ v0.10.0-alpha.2 ] : https://github.com/zellerlab/GECCO/compare/v0.10.0-alpha.1...v0.10.0-alpha.2
13+
14+ ### Fixed
15+ - ` gecco.cli ` and ` gecco.crf ` submodules not being included in wheel distribution.
916
1017
1118## [ v0.10.0-alpha.1] - 2025-08-13
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.9.6 " python_template_version =" 3.5" >
2+ <tool id =" gecco" name =" GECCO" version =" 0.10.0-alpha.2 " 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 Team" url =" https://www.embl.org/groups/zeller/" />
1111 <edam_operation >operation_0415</edam_operation >
1212 </edam_operations >
1313 <requirements >
14- <requirement type =" package" version =" 0.10.0-alpha.1 " >gecco</requirement >
14+ <requirement type =" package" version =" 0.10.0-alpha.2 " >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__ = "GPLv3"
13- __version__ = "0.10.0-alpha.1 "
13+ __version__ = "0.10.0-alpha.2 "
You can’t perform that action at this time.
0 commit comments