endixk / ezaai

EzAAI - High Throughput Prokaryotic AAI Calculator
http://leb.snu.ac.kr/ezaai
GNU General Public License v3.0
36 stars 3 forks source link
comparative-genomics genomics prokaryotic-genomes proteomics

EzAAI: High Throughput Prokaryotic AAI Calculator

Build License Bioconda

EzAAI is a suite of workflows for improved AAI calculation performance along with the novel module that provides hierarchical clustering analysis and dendrogram representation.

Quick start with conda

conda install -c bioconda -y ezaai
ezaai -h

Available modules

extract

ezaai extract -i <IN_SEQ> -o <OUT_DB>
Argument Description
-i Input prokaryotic genome sequence
-o Output database

calculate

ezaai calculate -i <INPUT_1> -j <INPUT_2> -o <OUTPUT>
Argument Description
-i First input DB / directory with DBs
-j Second input DB / directory with DBs
-o Output result file

convert

ezaai convert -i <IN_CDS> -s <SEQ_TYPE> -o <OUT_DB>
Argument Description
-i Input CDS profile (FASTA format)
-s Sequence type of input file (nucl/prot)
-o Output database

cluster

ezaai cluster -i <AAI_TABLE> -o <OUTPUT>
Argument Description
-i Input EzAAI result file containing all-by-all pairwise AAI values
-o Output result file