Skip to content

Commit 1601870

Browse files
committed
Use a comma (instead of a forward slash) as the separator for predefining a list of mutations
1 parent c801688 commit 1601870

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/AliSim.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,9 +567,9 @@ Assuming that we have an alignment named `root_aln.phy`, which contains the ance
567567
S2 GTTTACAGGCATATTTTCATAGATGATGTAAGTTCAGACA
568568
S3 GTTTACTGGCAGATTTTCATTGATGATGTAAGATCAGACA
569569

570-
One can specify a list of pre-defined mutations that occur at each branch using `[&mutations={<list_of_mutations>}]` in the tree file. Mutations in the list are separated by a forward slash `/` as in the following tree file `tree_mutations.nwk`.
570+
One can specify a list of pre-defined mutations that occur at each branch using `[&mutations={<list_of_mutations>}]` in the tree file. Mutations in the list are separated by a comma `,` as in the following tree file `tree_mutations.nwk`.
571571

572-
(T1:0.2,(T2[&mutations={C25A/A5G}]:0.3,T4:0.1)I1[&mutations={C39G/T17A/G25C}]:0.4,T3:0.1);
572+
(T1:0.2,(T2[&mutations={C25A,A5G}]:0.3,T4:0.1)I1[&mutations={C39G,T17A,G25C}]:0.4,T3:0.1);
573573

574574
In the above tree, we specify:
575575

0 commit comments

Comments
 (0)