Skip to content

Commit 4db9f03

Browse files
authored
Update README.md
1 parent 6c4b59f commit 4db9f03

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ A **gene call** is an optimal set of exons predicted based on similarity to a sp
3131
## Running MetaEuk
3232
### Main Modules:
3333

34-
easy-predict Predict proteins from contigs (fasta/db) based on similarities to targets (fasta/db) and return a fasta
3534
predictexons Call optimal exon sets based on protein similarity
3635
reduceredundancy Cluster metaeuk calls which share an exon and select representative
3736
unitesetstofasta Create a fasta output from optimal exon sets
3837
groupstoacc Create a TSV output from representative to calls
38+
easy-predict Predict proteins from contigs (fasta/db) based on similarities to targets (fasta/db) and return a fasta
3939

4040

4141
### Important parameters:
@@ -102,6 +102,12 @@ can help mapping from each representative prediction after the redundancy reduct
102102
metaeuk groupstoacc contigsDB referenceDB predGroupsDB predGroups.tsv
103103

104104

105+
### easy-predict workflow:
106+
107+
This workflow combines the following MetaEuk modules into a single step: predictexons, reduceredundancy and unitesetstofasta. Its input are contigs (either as a Fasta file or a previously created database) and targets (either as a Fasta file of protein sequences or a previously created database of proteins or protein profiles). It will run the modules and output the predictions in Fasta foramt.
108+
109+
metaeuk easy-predict contigsFasta/contigsDB proteinsFasta/referenceDB predsResultProteins.fas tempFolder
110+
105111

106112
## Compile from source
107113
Compiling MetaEuk from source has the advantage that it will be optimized to the specific system, which should improve its performance. To compile MetaEuk `git`, `g++` (4.6 or higher) and `cmake` (3.0 or higher) are required. Afterwards, the MetaEuk binary will be located in the `build/bin` directory.

0 commit comments

Comments
 (0)