You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/AliSim.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -349,7 +349,7 @@ For other model, uses can specify `u`, `cat`, or `bal` for Uniform, Caterpillar,
349
349
350
350
`<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.
351
351
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).
353
353
354
354
355
355
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
420
420
This means that we define an alignment with 5 genes (partitions). The gene positions are described in `charset` command
421
421
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
422
422
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.
424
424
425
425
Assuming we name this partition file `multi_genes.nex`. Then, you can simulate an alignment consisting of these five genes by
426
426
@@ -590,7 +590,7 @@ the sequence at internal node `Node5` to be `G`, `A` and `C`.
590
590
* The 26th and 6th positions of
591
591
the sequence at the taxon `T2` to be `A` and `G`, respectively.
592
592
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`.
594
594
595
595
596
596
The following command
@@ -629,8 +629,8 @@ This example uses 10 MPI processes, each having 4 threads (i.e. a total of 40 th
629
629
630
630
**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.
631
631
632
-
Command reference
633
-
-----------------
632
+
All AliSim options
633
+
------------------
634
634
635
635
All the options available in AliSim are shown below:
0 commit comments