Skip to content

Releases: phac-nml/staramr

0.10.0

24 Aug 21:45
0.10.0
8d59498
Compare
Choose a tag to compare
  • Updated the Plasmidfinder database to use the January 18th 2023 release.
  • Fixed an issue where the string "None" in the drug table would be parsed differently by different versions of pandas (#175).
  • Upgraded to pandas version 2.
  • Added the CGE-predicted phenotypes, PMID, Mechanism, and the Required Mutation columns to the Pointfinder output.
  • The resfinder.tsv and pointfinder.tsv outputs now contain a Notes column.
  • Updated the help description of the --mlst-scheme parameter to include a more useful link for available schemas.
  • Switched to only officially supporting Python 3.7+ due to recent incompatibilities with Python 3.6 and some Python packages (numpy, biopython, and others).
  • Adds the ability to handle "complex" pbp5 mutations. When appriopriate many pbp5 point mutations will be reported as a single mutation.
  • Resfinder CGE-predicted phenotypes are now reported in the summary and detailed summary alongside existing predictions.
  • Corrected a typo in the position for acrB in the PointFinder drug key table.
  • Removed "enterobacteriaceae" from the list of supported PlasmindFinder databases.
  • Changed the word sensitive to susceptible in outputs.

0.9.1

28 Oct 21:10
0.9.1
3f32f49
Compare
Choose a tag to compare
  • Fixed a bug that occured when parsing some plasmid FASTA record IDs (PR 159).
  • Fixed issue where sometimes the extraction of error messages from makeblastdb was crashing leading to less useful errors (PR 160).

0.9.0

18 Oct 14:52
0.9.0
e4a64a9
Compare
Choose a tag to compare
  • Updates to PointFinder database handling
    • Adds the ability to handle promoters (regions with both promoter nucleotide information and non-promoter codon information)
    • Adds handling of insertions and deletions in nucleotide and codon sequence
    • Updates list of supported PointFinder species to salmonella, campylobacter, enterococcus_faecalis, enterococcus_faecium, escherichia_coli, helicobacter_pylori.
  • Switch name e.coli to escherichia_coli in PointFinder gene-drug key to match organism name in PointFinder database.

0.8.0

31 May 20:45
0.8.0
f0b29eb
Compare
Choose a tag to compare
  • Fixed issue when using older version of pandas (#136) (0.8.0.dev0).
  • Fixed up some Python warnings related to pandas (0.8.0.dev0).
  • Adjusted mlst tests to account for differences in results for newer versions (0.8.0.dev0).
  • Drop support for Python 3.5 as it leads to issues with managing dependency versions (0.8.0.dev0).
  • Switched from disallowing to generating a warning when the PointFinder organism is not one of the validated organisms (0.8.0.dev1).
  • Updated ResFinder and PointFinder gene drug key to 072621 (0.8.0.dev2).
  • Updated default database commits to those corresponding to dates used by ResFinder (2022-05-24), PointFinder (2021-02-01), and PlasmidFinder (2021-11-29) (0.8.0.dev2).
  • Fixed issue when multiple matches for same amino acid change to try and select the most specific amino acid change (0.8.0.dev2).
  • Fixed up PlasmidFinder database handling to account for changes to PlasmidFinder database structure (0.8.0.dev2).

Re-release of 0.7.2 for Zenodo

17 Jan 22:20
0.7.2.zenodo0
b0a56bc
Compare
Choose a tag to compare

The code for this release is identical to 0.7.2 but is being re-released so it automatically integrates into Zenodo.

There are a few non-code changes:

  • Continuous integration tests have been migrated from TravisCI to GitHub Actions
  • README.md has been updated to include more detailed installation instructions.

0.7.2

13 Oct 15:46
0.7.2
d96aa81
Compare
Choose a tag to compare

0.7.1

18 Dec 14:15
0.7.1
820191c
Compare
Choose a tag to compare
  • Fix a bug so that the Sequence column in resfinder.tsv uses the isolate sequence instead of the reference sequence

0.7.0

21 Nov 20:16
276074b
Compare
Choose a tag to compare
  • Added quality module that adds PASS/Fail column and detail information in Summary.tsv
  • Added following new optional arguments for Search.py
    • --genome-size-lower-bound
    • --genome-size-upper-bound
    • --minimum-N50-value
    • --minimum-contig-length
    • --unacceptable-number-contigs
  • Add DNA column in Resfinder report

0.6.1

27 Sep 22:09
a6da633
Compare
Choose a tag to compare
  • Added --output-mlst in Search.py

0.6.0

12 Sep 18:14
741c06c
Compare
Choose a tag to compare