EzAAI - Download

Conda environment (Recommended)

conda install -c bioconda ezaai
ezaai -h

Build from source

Requires Java 8+ and Maven 3+.

git clone https://github.com/endixk/ezaai.git
cd ezaai
mvn clean compile assembly:single
java -jar target/EzAAI-*.jar -h

Runnable JAR

Latest Release - v1.2.4
Requirements
Optional


Archived versions
  • v1.2.4 
    - Batch extraction
  • v1.2.3 
    - Bioconda support
  • v1.2.2 
    - Prodigal parellelizaition
  • v1.2.1 
    - Automatic dependency check
  • v1.2 
    - Stand-alone update
  • v1.1.2 
    - BLASTp+ calculate bug fix
  • v1.1.1 
    - Minor bug fixes
  • v1.1  
    - Diamond support (EzAAI calculate)
  • v1.0  
    - Initial release