5 Homology Inference
5.1 Core
Command
genetribe core -h
Parameters
Table 3. Parameters in genetribe core
Parameter |
Description |
Default |
Required |
-h |
Print brief help message |
|
|
-l |
The prefix name of the files of genome 1, such as prefix_name.bed, prefix_name.fa, prefix_name.chrlist and prefix_name.confidence |
|
yes |
-f |
The prefix name of the files of genome 2, such as prefix_name.bed, prefix_name.fa, prefix_name.chrlist and prefix_name.confidence |
|
yes |
-d |
If you have any of the pre-computed files, including name1_name2.blast, name2_name1.blast, name1_name1.blast and name2_name2.blast, put it in directory "dir" and add the parameter "-d dir" to genetribe core, the program will skip BLAST step |
./ |
|
-r |
Whether to add penalty ratio to the match score according to subgenome group |
True |
|
-c |
Whether to add penalty ratio to the match score according to gene annotation confidence |
False |
|
-s |
The separator is used to distinguish gene ID from transcript ID (for more detail, see File formats) |
. |
|
-e |
The e-value in BLASTP. In general, the lower the threshold, the fewer results you get |
1e-5 |
|
-n |
Number of threads. BLASTP will be calculated in parallel, so the number of threads will be divided equally |
1 |
|
-b |
Filtering threshold. The final filtering threshold is 'BSR × Filtering threshold × α' |
75 |
|
5.2 sameassembly
command
genetribe sameassembly -h
Parameters
Table 4. Parameters in genetribe sameassembly
Parameter |
Description |
Required |
-h |
Print brief help message |
|
-l |
The prefix name of the files of genome 1, such as prefix_name.bed and prefix_name.genelength |
yes |
-f |
The prefix name of the files of genome 2, such as prefix_name.bed and prefix_name.genelength |
yes |