Skip to content

Releases: oschwengers/bakta

v1.2.4

30 Nov 10:26
Compare
Choose a tag to compare

This is the 4th v1.2 patch release (v1.2.4) fixing a database download issue.

Bug fixes:

  • fixed the database download/update logic by restoring an accidentally removed URL: 247a047 (Thanks @andreaniml)

v1.2.3

25 Nov 14:20
Compare
Choose a tag to compare

This is the third v1.2 patch release (v1.2.3) providing some minor improvements and a bug fix.

Compatible database scheme version: v3

Improvements:

Bug fixes:

  • fixed the creation of a user defined tmp directory: 753e6e8

v1.2.2

18 Oct 13:22
Compare
Choose a tag to compare

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: 888bb9b (Thanks @joyn-sromero)
  • add further SQLite URI parameters to improve read-only access: e658a2e
  • synchronize Conda environment dependencies and runtime dependency version checks: 95ef71f c516656
  • add AMRFinder protein hits to dbxref outputs: 505a2ce

Bug fixes:

v1.2.1

30 Sep 11:47
Compare
Choose a tag to compare

This is the first patch release (v1.2.1) merely fixing a wrong former version tag (v1.1.2).

v1.2.0 - User provided proteins arrived ...

30 Sep 10:43
Compare
Choose a tag to compare

This is the second minor release (v1.2.0) introducing user provided proteins as well as many improvements.

Compatible database scheme version: 3 v3.0

New features:

Improvements:

  • revise Dbxrefs for UniParc & UniRef: 02b5dc8
  • revise truncated dnaA/repA genes on rotated replicon sequences: 0c4ad10 (Thanks to Jochen Blom)
  • assign locus tags to gene features only: c1e1c05
  • extract nt seqs for ncrna-regions: f77e308
  • generate unique feature IDs used as ID in GFF3: df32038
  • add products to oriC/oriV/oriT features: 2eabd93
  • reduce numbers of similar to aa sequence inference qualifiers in INSDC outputs to 1: 16401da
  • improve and fix CWL file: 6776ca7 1d18e77 5c80d15
  • exrtact & store Pfam HMM hits on hypothetical proteins: 2ba985a

v1.1.1

01 Sep 14:50
Compare
Choose a tag to compare

This is the first v1.1 patch release (v1.1.1) providing a couple of improvements and minor bug fixes.

Compatible database scheme version: v3

Improvements:

Bug fixes:

  • fixed AMRFinderDB issue in docker shell script: e825361
  • fixed None values of CDS rbs_motif attributes: 0727b25
  • skip CDS annotation if no CDS are predicted: 3787e01
  • fix several CDS product revision rules

v1.1 - INSDC submission & annotation of MAGs: Hey! Ho! Let's go

23 Aug 21:33
Compare
Choose a tag to compare

This is the first minor release (v1.1) introducing several new features, many improvements and countless bug fixes.

Compatible database scheme version: 3 v3.0

New features:

  • add new --compliant option for INSDC genome submissions: #69 (Thanks @michoug)
  • introduce PSCCs (UniRef50) as a fallback if PSCs (UniRef90) are not detected, greatly improving the annotation of less represented species and metagenome-assembled genomes (MAGs): 84c808f
  • export nucleotide sequences: #57 (Thanks @mcroxen)
  • revise suspect CDS product names: f85970b

Improvements:

  • various improvements and fixes in GFF3, GenBank and EMBL files to adhere to INSDC specs: #69
  • improve internal DB download: bdd665a
  • use Diamond version v2.0.11 and its --fast option: c82f4e2 19c95d8 (Thanks to @bbuchfink for bbuchfink/diamond#419)
  • use stable CLI progress library alive-progress 0ac5625
  • improve GFF3 output regarding GFF3 specs: 697121f
  • store AMRFinderPlus DB within the Bakta DB directory: 04ff7b0 (Thanks to @LuisFF)
  • redirect BAKTA-TMP directory to AMRFinderPlus to prevent stale files: 26f81fc
  • detect & mark tmRNA on sequence edges: 782f640
  • adhere to translation table in tmRNA prediction: 450d6b7

Bug fixes:

v1.0.4

30 Jun 11:01
Compare
Choose a tag to compare

This is the fourth v1.0 patch release (v1.0.4) fixing a couple of minor bugs and adding further minor improvements.

Compatible database scheme version: v2.0

Bug fixes:

  • fixed an hmmsearch error if no CDS/sORF remain as hypotheticals: 9d4fc71 (Thanks Matthew Croxen)
  • fixed a threadpool issue upon single core executions: 631fac6

Improvements:

  • added GFF3 feature IDs to features w/o locus_tag: 08b8eae (Thanks @ZarulHanifah #54)
  • add clipping of UniParc DB prefixes: c861af8 (Thanks Jochen Blom)

v1.0.3

09 Jun 20:12
Compare
Choose a tag to compare

This is the 3rd v1.0 patch release (v1.0.3).

Compatible database scheme version: v2.0

Bug fixes:

  • activated the lookup of PSC if all CDS/sORF are identified as IPS which led to large amounts of false hypotheticals: 12df1af

Improvements:

  • skip further analysis of spurious CDS/sORF: f22e114

v1.0.2

08 Jun 19:39
Compare
Choose a tag to compare

This is the second v1.0 patch release (v1.0.2) fixing a couple of minor bugs and adding further minor improvements.

Compatible database scheme version: v2.0

Bug fixes:

  • fix a JSON NaN serialization issue: f8ff6b9 (Thanks @lukasjelonek )
  • fix calculation of mol weight and isoelectric points for hypotheticals: b443e54
  • fix duplicated annotation of ncRNA region features: 30df23c

Improvements: