Skip to content

Commit

Permalink
Updated version to 3.3.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm-targa committed Aug 6, 2024
1 parent 69acb5e commit 5ea008f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.3.10 - 2024-08-06

- Fixed issue in the UniprotFinder module related to TrEMBL and Swiss-Prot IDs being parsed by BLAST when the `qacc` and `sacc` format specifiers were used with `-outfmt 6`. Switched back to the `qseqid` and `sseqid` format specifiers.

## 3.3.9 - 2024-07-16

- Fixed an issue related to sequence IDs interpreted by BLAST as PDB chain IDs.
Expand Down
2 changes: 1 addition & 1 deletion CHEWBBACA/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = "3.3.9"
__version__ = "3.3.10"
2 changes: 1 addition & 1 deletion CHEWBBACA/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Rafael Mamede'

# The full version, including alpha/beta/rc tags
release = '3.3.9'
release = '3.3.10'

# -- General configuration ---------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ authors:
given-names: João
- family-names: Ramirez
given-names: Mário
version: 3.3.9
date-released: "2023-06-29"
version: 3.3.10
date-released: "2024-08-06"
keywords:
- bioinformatics
- genomics
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ BLAST Score Ratio as proposed by [Rasko DA et al.](http://bmcbioinformatics.biom

## News

## 3.3.9 - 2024-07-16
## 3.3.10 - 2024-08-06

- Fixed an issue related to sequence IDs interpreted by BLAST as PDB chain IDs.

- Fixed an issue related to CDS counting when gene prediction returns no CDSs for one or more inputs.
- Fixed issue in the UniprotFinder module related to TrEMBL and Swiss-Prot IDs being parsed by BLAST when the `qacc` and `sacc` format specifiers were used with `-outfmt 6`. Switched back to the `qseqid` and `sseqid` format specifiers.

Check our [Changelog](https://github.com/B-UMMI/chewBBACA/blob/master/CHANGELOG.md) to learn about the latest changes.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "chewBBACA"
version = "3.3.9"
version = "3.3.10"
requires-python = ">=3.8"
dependencies = [
"numpy~=1.24.3",
Expand Down

0 comments on commit 5ea008f

Please sign in to comment.