Releases: endixk/ezaai
Releases · endixk/ezaai
v1.2.4
Major Updates
- Parallelized batch mode for the
extractmodule (#25, #32)- Allows running
extracton a directory of FASTA files (*.fa,*.fna,*.fasta). - See the tutorial or run
extract -hfor details.
- Allows running
- New website
- Now mobile-friendly and served over HTTPS (finally! 😅).
Bug Fixes
v1.2.3
Major updates
biocondasupport - #16, thanks to @aaronmussig- Added
convertdbmodule - #17- Basically
convertmodule backwards; reverts mmseqs database to CDS FASTA file
- Basically
- Added
-selfflag tocalculatemodule - #18- Explicitly indicates self batch comparison, in which
-iand-jinputs are identical - Skips redundant comparisons and assumes self-comparsion to be 100% AAI
- Improves calculation throughput by slightly more than factor of 2
- Explicitly indicates self batch comparison, in which
- Fixed logical flaw around average calculations with custom identity value given - #19
Minor updates
- Added
-uoption toclustermodule, which substitutes leaf labels to UIDs - Temp directory can be now customized using
-tmpoption in most of the modules extractandconvertmodules now addezaai_prefix to the CDS fasta headers to evade mmseqs header parser- Compilable maven settings
- Help text formatting