Skip to content

Commit b10455e

Browse files
committed
add alrt and sprta options
1 parent 8b98f45 commit b10455e

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

doc/Command-Reference.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,11 @@ are very similar to each other).
446446
|----------|------------------------------------------------------------------------------|
447447
| `--pathogen` | Apply CMAPLE tree search algorithm if sequence divergence is low, otherwise, apply IQ-TREE algorithm. |
448448
| `--pathogen-force` | Apply CMAPLE tree search algorithm regardless of sequence divergence. |
449-
| `-alrt` | Specify number of replicates (>=1000) to perform SH-like approximate likelihood ratio test (SH-aLRT) ([Guindon et al., 2010]). |
450-
| `-T` | Specify the number of CPU cores to use only for the SH-aLRT test. If `-T AUTO` is specified, IQ-TREE will use all available cores. NOTE: this option has no effect on tree search, which is still single-threaded. |
449+
| `--alrt <num_rep>` | Specify the number of replicates to compute SH-like approximate likelihood ratio test (SH-aLRT) ([Guindon et al., 2010]). |
450+
| `--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.|
453+
| `-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.|
451454

452455
### Example usages:
453456

@@ -469,9 +472,15 @@ and remove `--pathogen` option to invoke the default IQ-TREE machinery.
469472
* Infer a tree like above and additionally assign branch supports using SH-aLRT test
470473
with 1000 replicates using 4 CPU cores:
471474

472-
iqtree2 -s data.phy --pathogen --alrt 1000 -T 4 --prefix pathogen
475+
iqtree2 -s data.phy --pathogen --alrt 1000 -T 4 --prefix pathogen_sh_alrt
473476

474-
The tree `pathogen.treefile` will contain branch supports for all internal branches.
477+
The output file `pathogen_sh_alrt.nexus` will contain SH-aLRT branch supports for all internal branches.
478+
479+
* Infer a tree like above and additionally assign SPRTA branch supports using 4 CPU cores:
480+
481+
iqtree2 -s data.phy --pathogen-force --sprta -T 4 --prefix pathogen_sprta
482+
483+
The output file `pathogen_sprta.nexus` will contain SPRTA branch supports for all (internal and external) branches.
475484

476485
Ultrafast bootstrap parameters
477486
------------------------------
@@ -772,6 +781,7 @@ The first few lines of the output file example.phy.sitelh (printed by `-wslr` op
772781
[Anisimova and Gascuel 2006]: https://doi.org/10.1080/10635150600755453
773782
[Anisimova et al., 2011]: https://doi.org/10.1093/sysbio/syr041
774783
[De Maio et al., 2023]: https://doi.org/10.1038/s41588-023-01368-0
784+
[De Maio et al., 2024]: https://doi.org/10.1101/2024.10.21.619398
775785
[Felsenstein, 1985]: https://doi.org/10.2307/2408678
776786
[Flouri et al., 2015]: https://doi.org/10.1093/sysbio/syu084
777787
[Gadagkar et al., 2005]: https://doi.org/10.1002/jez.b.21026

0 commit comments

Comments
 (0)