Skip to content

Commit

Permalink
reflect binary update
Browse files Browse the repository at this point in the history
  • Loading branch information
endixk committed Feb 1, 2024
1 parent e5b10e7 commit d13b344
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ EzAAI is a suite of workflows for improved AAI calculation performance along wit

~~~bash
conda install -c bioconda -y ezaai
EzAAI -h
ezaai -h
~~~

## Available modules
### `extract`
* Extract protein database from genome using Prodigal

~~~bash
EzAAI extract -i <IN_SEQ> -o <OUT_DB>
ezaai extract -i <IN_SEQ> -o <OUT_DB>
~~~

|Argument|Description|
Expand All @@ -35,7 +35,7 @@ EzAAI extract -i <IN_SEQ> -o <OUT_DB>
* Calculate AAI value from protein databases using MMseqs2

~~~bash
EzAAI calculate -i <INPUT_1> -j <INPUT_2> -o <OUTPUT>
ezaai calculate -i <INPUT_1> -j <INPUT_2> -o <OUTPUT>
~~~

|Argument|Description|
Expand All @@ -50,7 +50,7 @@ EzAAI calculate -i <INPUT_1> -j <INPUT_2> -o <OUTPUT>
* Convert CDS FASTA file into MMseqs2 database

~~~bash
EzAAI convert -i <IN_CDS> -s <SEQ_TYPE> -o <OUT_DB>
ezaai convert -i <IN_CDS> -s <SEQ_TYPE> -o <OUT_DB>
~~~

|Argument|Description|
Expand All @@ -65,7 +65,7 @@ EzAAI convert -i <IN_CDS> -s <SEQ_TYPE> -o <OUT_DB>
* Hierarchical clustering of taxa with AAI values

~~~bash
EzAAI cluster -i <AAI_TABLE> -o <OUTPUT>
ezaai cluster -i <AAI_TABLE> -o <OUTPUT>
~~~

|Argument|Description|
Expand Down

0 comments on commit d13b344

Please sign in to comment.