We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2633d2 commit ea398e6Copy full SHA for ea398e6
1 file changed
README.md
@@ -21,9 +21,13 @@ Please cite the following paper:
21
Luczak. NAR GAB, 2020.
22
23
List of parameters:
24
+
25
-d: Required. Database file in FASTA format.
26
27
-o: Required. Output file.
28
29
-t: Required. Identity score threshold (between 0 & 0.99), below which pairs are not reported.
30
31
-q: Optional. Query file in FASTA format. If no query(s) is provided, all versus all is
32
performed on the database file.
33
-c: Optional. Number of cores or hyperthreads. For the search mode, set this parameter to the
@@ -37,6 +41,7 @@ List of parameters:
37
41
-h: Optional. Print this help message.
38
42
39
43
Examples:
44
40
45
1. To perform database search with a minimum identity score of 0.7
46
identity -d databas.fasta -q query.fasta -o output.txt -t 0.7
47
0 commit comments