Skip to content

Commit b71f897

Browse files
authored
readme - build from source
1 parent e91ced9 commit b71f897

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ conda install -c bioconda -y ezaai
1616
ezaai -h
1717
~~~
1818

19+
### Build from source
20+
#### Requirements
21+
* Java 8+
22+
* Maven 3+
23+
~~~bash
24+
git clone https://github.com/endixk/ezaai.git
25+
cd ezaai
26+
mvn clean compile assembly:single
27+
java -jar target/EzAAI-*.jar -h
28+
~~~
29+
1930
## Available modules
2031
### `extract`
2132
* Extract protein database from genome using Prodigal

0 commit comments

Comments
 (0)