This is the second v1.2 patch release (v1.2.2) providing a couple of improvements and bug fixes.
Compatible database scheme version: v3
Improvements:
- set BLAST_USAGE_REPORT environment variable to `false` forestalling `blastn` to hang for 90 secs if no internet connection is available
- add a check for duplicated input sequence IDs: https://github.com/oschwengers/bakta/commit/888bb9b06bda62f88d8a93e0dfbd85eb7cf50e3e (Thanks joyn-sromero)
- add further SQLite URI parameters to improve read-only access: https://github.com/oschwengers/bakta/commit/e658a2ea2e0f48434eade93198d9c6c346480cb2
- synchronize Conda environment dependencies and runtime dependency version checks: https://github.com/oschwengers/bakta/commit/95ef71fd40dbeb471a3c45e04bc389ccf2ca08df https://github.com/oschwengers/bakta/commit/c516656661eaedaa933c1689a0ec6dd4ddc8267b
- add AMRFinder protein hits to dbxref outputs: https://github.com/oschwengers/bakta/commit/505a2ce8743eb227e8422567f779d6d3c46b33b3
Bug fixes:
- fix `NA` issue on HMM-only AMRFinder hits: https://github.com/oschwengers/bakta/commit/71e2dac3c17136e55c258dff8cf2cfe700b2c670 https://github.com/oschwengers/bakta/commit/e9ff01cead6524c4c96a09fec1d8bd7df144d23e (Thanks taylorreiter)