Skip to content

Commit

Permalink
Bump to v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apcamargo committed Feb 18, 2025
1 parent e7cc0f2 commit 1462fab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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.11.0] - 2025-02-18
### Added
- Add the `--lenient-taxonomy` and `--full-ictv-lineage` options to the `annotate`, `find-proviruses`, and `end-to-end` modules. The `--lenient-taxonomy` option enables assignment of genomes to taxa below the family rank (subfamily, genus, subgenus, and species). The `--full-ictv-lineage` option enables the output of the full ICTV lineage of each genome, including ranks that are hidden by default (subrealm, subkingdom, subphylum, subclass, suborder, subfamily, and subgenus).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ genomad download-database .

The database will be contained within the `genomad_db` directory.

If you prefer, you can also download the database from [Zenodo](https://zenodo.org/records/14874465) and extract it manually.
If you prefer, you can also download the database from [Zenodo](https://zenodo.org/records/14886553) and extract it manually.

### Executing geNomad

Expand Down
2 changes: 1 addition & 1 deletion genomad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
)

__author__ = "Antonio Camargo"
__version__ = "1.10.0"
__version__ = "1.11.0"
__all__ = [
aggregated_classification,
annotate,
Expand Down

0 comments on commit 1462fab

Please sign in to comment.