1 parent e91ced9 commit b71f897Copy full SHA for b71f897
1 file changed
README.md
@@ -16,6 +16,17 @@ conda install -c bioconda -y ezaai
16
ezaai -h
17
~~~
18
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
+
30
## Available modules
31
### `extract`
32
* Extract protein database from genome using Prodigal
0 commit comments