Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Release v1.2.4 8/3/2021

Potentially breaking change in this release for those parsing annotation.tsv results.
VOGDB hits columns have been renamed from vogdb_description and vogdb_categories to
vogdb_id (previously unreported), vodb_categories and vogdb_hit
(equivalent to vogdb_description).

Changelog

* Add anammox to distillate
* Fix more no hits bugs (thanks to @cerebis)
* VOGDB output columns renamed to match other databases
* Big upgrade to merge annotations, now includes all parts of DRAM annotate output
* Added option to run KOfam with dbCAN thresholds (used in other DRAM hmmscan applications) instead of KOfam recommended thresholds
* @rmFlynn fixed bug where VirSorter 2 headers were not recognized by DRAM-v
* @rmFlynn upgraded warnings and error messages for DRAM-v around parsing affi contigs and fasta files
* Fixed bug were non-cazy ID's were pulled out of dbCAN descriptions
  • Loading branch information
shafferm committed Aug 4, 2021
1 parent d2d295c commit b940e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mag_annotator/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.3'
__version__ = '1.2.4'

0 comments on commit b940e64

Please sign in to comment.