Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparing for 0.11.0 Release #220

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Unreleased
# Version 0.11.0

* Updated the Resfinder database to use the 2024-08-06 release.
* Updated the Pointfinder database to use the 2024-08-08 release.
* The Resfinder and Pointfinder databases now use FASTA record IDs with accession numbers (ex: `pmrA` -> `pmrA_1_CP055130.1`). StarAMR has been updated to support this, but database backwards compatibility is unlikely.
* The `genes_to_exclude` is affected by the above change and must now use gene IDs that exactly match the new FASTA record IDs with accession IDs.
* Removed ARG drug key entries with "None" or missing resistance.
* The ARG drug key for salmonella acrB 717 has changed to acrB 171.

# Version 0.10.0

Expand Down
2 changes: 1 addition & 1 deletion staramr/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.11.0.dev0'
__version__ = '0.11.0'
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ salmonella parE 514 ciprofloxacin I/R,nalidixic acid
salmonella parE 521 ciprofloxacin I/R,nalidixic acid
salmonella 16S_rrsD 1065 spectinomycin
salmonella 16S_rrsD 1192 spectinomycin
salmonella acrB 171 azithromycin
salmonella acrB 717 azithromycin
escherichia_coli gyrA 51 ciprofloxacin I/R,nalidixic acid
escherichia_coli gyrA 67 ciprofloxacin I/R,nalidixic acid
escherichia_coli gyrA 81 ciprofloxacin I/R,nalidixic acid
Expand Down
Loading