From 21daf9cb0e12790c4a2d6fcef65b0043f86e1457 Mon Sep 17 00:00:00 2001 From: Antonio Camargo Date: Fri, 8 Dec 2023 08:56:21 -0300 Subject: [PATCH] Bump to v1.7.4 --- CHANGELOG.md | 5 +++-- genomad/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89d84a2..77d72f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.7.4] - 2023-12-08 ### Fixed - Fixed the parsing of MMseqs2 integrase output to extract only the gene accession, rather than the entire header. This addresses a bug introduced in version 1.5.2, where the integrase gene accession was not accurately parsed because the entire header was extracted. As a result, the `find-proviruses` module can now properly add integrases to gene tables and extend boundaries using integrase coordinates. ### Changed - Replace ambiguous variable name in `read_fasta`. -- Define name `current_contig` at the beggiging of `_append_aragorn_tsv`. - +- Define name `current_contig` at the beginning of `_append_aragorn_tsv`. ## [1.7.3] - 2023-11-30 ### Fixed diff --git a/genomad/__init__.py b/genomad/__init__.py index b6885ff..1fb349a 100644 --- a/genomad/__init__.py +++ b/genomad/__init__.py @@ -14,7 +14,7 @@ ) __author__ = "Antonio Camargo" -__version__ = "1.7.3" +__version__ = "1.7.4" __all__ = [ aggregated_classification, annotate,