File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
1616Please contact Dr. Hani Z. Girgis (hzgirgis@buffalo.edu ) if you need more information.
1717
1818Please 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
4348Examples:
You can’t perform that action at this time.
0 commit comments