Skip to content

Commit ea398e6

Browse files
authored
Update README.md
1 parent e2633d2 commit ea398e6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ Please cite the following paper:
2121
Luczak. NAR GAB, 2020.
2222

2323
List of parameters:
24+
2425
-d: Required. Database file in FASTA format.
26+
2527
-o: Required. Output file.
28+
2629
-t: Required. Identity score threshold (between 0 & 0.99), below which pairs are not reported.
30+
2731
-q: Optional. Query file in FASTA format. If no query(s) is provided, all versus all is
2832
performed on the database file.
2933
-c: Optional. Number of cores or hyperthreads. For the search mode, set this parameter to the
@@ -37,6 +41,7 @@ List of parameters:
3741
-h: Optional. Print this help message.
3842

3943
Examples:
44+
4045
1. To perform database search with a minimum identity score of 0.7
4146
identity -d databas.fasta -q query.fasta -o output.txt -t 0.7
4247

0 commit comments

Comments
 (0)