Skip to content

Releases: endixk/ezaai

v1.2.3

01 Feb 02:04
Compare
Choose a tag to compare

Major updates

  • bioconda support - #16, thanks to @aaronmussig
  • Added convertdb module - #17
    • Basically convert module backwards; reverts mmseqs database to CDS FASTA file
  • Added -self flag to calculate module - #18
    • Explicitly indicates self batch comparison, in which -i and -j inputs are identical
    • Skips redundant comparisons and assumes self-comparsion to be 100% AAI
    • Improves calculation throughput by slightly more than factor of 2
  • Fixed logical flaw around average calculations with custom identity value given - #19

Minor updates

  • Added -u option to cluster module, which substitutes leaf labels to UIDs
  • Temp directory can be now customized using -tmp option in most of the modules
  • extract and convert modules now add ezaai_ prefix to the CDS fasta headers to evade mmseqs header parser
  • Compilable maven settings
  • Help text formatting

v1.2.2

18 Aug 08:18
Compare
Choose a tag to compare
  • Parallelize prodigal with ufasta
  • More sensitive binary check
  • Minor fixes

v1.2.1

05 Apr 04:35
885b6f6
Compare
Choose a tag to compare
  • Auto checks dependent binaries
    • makeblastdb binary is now customizable
    • Adjusted option flags for binary paths
  • Fail-safe on zero division
  • Process builder stabilization
  • Minor fixes

v1.2

02 Mar 08:46
cfac671
Compare
Choose a tag to compare
  • Stand-alone update: Reduced binary size from ~40MB to ~773kB
  • License update
  • Minor bug fixes