Skip to content

Commit eea6866

Browse files
committed
fix links
1 parent d290bc4 commit eea6866

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

doc/AliSim.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ For other model, uses can specify `u`, `cat`, or `bal` for Uniform, Caterpillar,
349349

350350
`<NUM_TAXA>` can be a fixed number, or a list `{<NUM_1>/<NUM_2>/.../<NUM_N>}`, or a Uniform distribution `U{<LOWER_BOUND>/<UPPER_BOUND>}` where the number of taxa is randomly generated from the given list or distribution.
351351

352-
In the above examples, AliSim generates `alignment_yh.phy` or `alignment_bd.phy` under the Jukes-Cantor DNA model. If you want to change the model, use -m option as [described above](#simulating-alignments-with-custom-models).
352+
In the above examples, AliSim generates `alignment_yh.phy` or `alignment_bd.phy` under the Jukes-Cantor DNA model. If you want to change the model, use -m option as [described above](#specifying-model-parameters).
353353

354354

355355
For the distribution of branch lengths, users could adjust the minimum, mean and maximum of the exponential distribution via the option `-rlen <MIN_LEN> <MEAN_LEN> <MAX_LEN>`.
@@ -420,7 +420,7 @@ the [partition model tutorial](Complex-Models#partition-models). An example part
420420
This means that we define an alignment with 5 genes (partitions). The gene positions are described in `charset` command
421421
and the models for each gene are specified in `charpartition` command. Moreover, we use the [HKY model](https://dx.doi.org/10.1007%2FBF02101694) for gene_1 with
422422
transition-transversion ratio of 2 and nucleotide frequencies of 0.2, 0.3, 0.1, 0.4 for A, C, G and T, respectively.
423-
See also the [custom model section](#simulating-alignments-with-custom-models) for how to specify model parameters.
423+
See also the [custom model section](#specifying-model-parameters) for how to specify model parameters.
424424

425425
Assuming we name this partition file `multi_genes.nex`. Then, you can simulate an alignment consisting of these five genes by
426426

@@ -590,7 +590,7 @@ the sequence at internal node `Node5` to be `G`, `A` and `C`.
590590
* The 26th and 6th positions of
591591
the sequence at the taxon `T2` to be `A` and `G`, respectively.
592592

593-
> NOTE: Site index starts from 0 to make AliSim compatible with VGsim's output). If you want to start from 1, use the option `--index-from-one`.
593+
> NOTE: Site index starts from 0 to make AliSim compatible with VGsim output). If you want to start from 1, use the option `--index-from-one`.
594594
595595

596596
The following command
@@ -629,8 +629,8 @@ This example uses 10 MPI processes, each having 4 threads (i.e. a total of 40 th
629629

630630
**NOTES**: Our MPI implementation supports Indels as the original version of AliSim, while the OpenMP algorithm does not. Therefore, one can employ only MPI to simulate many alignments with Indels.
631631

632-
Command reference
633-
-----------------
632+
All AliSim options
633+
------------------
634634

635635
All the options available in AliSim are shown below:
636636

doc/Home.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,3 +316,4 @@ IQ-TREE was funded by the [Austrian Science Fund](http://www.fwf.ac.at/) (grant
316316
[Nguyen et al., 2015]: https://doi.org/10.1093/molbev/msu300
317317
[Schrempf et al., 2016]: https://doi.org/10.1016/j.jtbi.2016.07.042
318318
[Shimodaira, 2002]: https://doi.org/10.1080/10635150290069913
319+

doc/iqtree-doc.pdf

-796 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)