Skip to content

Commit fb1086f

Browse files
committed
update SPRTA options
1 parent 98bc63c commit fb1086f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

doc/Command-Reference.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,8 @@ are very similar to each other).
448448
| `--pathogen-force` | Apply CMAPLE tree search algorithm regardless of sequence divergence. |
449449
| `--alrt <num_rep>` | Specify the number of replicates to compute SH-like approximate likelihood ratio test (SH-aLRT) ([Guindon et al., 2010]). |
450450
| `--sprta` | Compute SPRTA ([De Maio et al., 2024]) branch supports. |
451-
| `--zero-branch-supp`| Compute SPRTA supports for zero-length branches.|
452-
| `--out-alter-spr` | Output alternative SPRs and their SPRTA supports.|
451+
| `--sprta-zero-branch`| Compute SPRTA supports for zero-length branches.|
452+
| `--sprta-other-places` | Output alternative SPRs and their SPRTA supports.|
453453
| `-T <num_thread>` | Specify the number of threads used for computing branch supports (SH-aLRT or SPRTA). If `-T AUTO` is specified, all available cores will be used.|
454454

455455
### Example usages:
@@ -474,13 +474,13 @@ and remove `--pathogen` option to invoke the default IQ-TREE machinery.
474474

475475
iqtree2 -s data.phy --pathogen --alrt 1000 -T 4 --prefix pathogen_sh_alrt
476476

477-
The output file `pathogen_sh_alrt.nexus` will contain SH-aLRT branch supports for all internal branches.
477+
The output file `pathogen_sh_alrt.treefile` will contain SH-aLRT branch supports for all internal branches.
478478

479-
* Infer a tree like above and additionally assign SPRTA branch supports using 4 CPU cores:
479+
* Infer a tree like above and additionally assign SPRTA branch supports:
480480

481-
iqtree2 -s data.phy --pathogen-force --sprta -T 4 --prefix pathogen_sprta
481+
iqtree2 -s data.phy --pathogen-force --sprta --prefix pathogen_sprta
482482

483-
The output file `pathogen_sprta.nexus` will contain SPRTA branch supports for all (internal and external) branches.
483+
The output file `pathogen_sprta.nex` will contain SPRTA branch supports for all (internal and external) branches.
484484

485485
Ultrafast bootstrap parameters
486486
------------------------------

0 commit comments

Comments
 (0)