Skip to content

Commit f9effb9

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

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
@@ -16,6 +16,7 @@ without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
1616
Please contact Dr. Hani Z. Girgis (hzgirgis@buffalo.edu) if you need more information.
1717

1818
Please cite the following paper:
19+
1920
Identity: Rapid alignment-free prediction of sequence alignment identity scores using
2021
self-supervised general linear models. Hani Z. Girgis, Benjamin T. James, and Brian B.
2122
Luczak. NAR GAB, 2020.
@@ -30,14 +31,18 @@ List of parameters:
3031

3132
-q: Optional. Query file in FASTA format. If no query(s) is provided, all versus all is
3233
performed on the database file.
34+
3335
-c: Optional. Number of cores or hyperthreads. For the search mode, set this parameter to the
3436
number of cores not hyperthreads. For example, suppose your computer has 4 cores, each of
3537
which supports 2 hyperthreads. Set this parameter to 4 if you are using the search mode or
3638
to 8 if you are using the all-versus-all mode. By default, all hyperthreads are used.
39+
3740
-r: Optional. Automatically relax the threshold according to the predictor error -- y (yes) or
3841
n (no). By default, it is enabled except if the threshold is 0.9 or higher.
42+
3943
-l: Optional. Print academic license (Affero General Public License version 1) and exit -- y
4044
(yes) or n (no).
45+
4146
-h: Optional. Print this help message.
4247

4348
Examples:

0 commit comments

Comments
 (0)