Skip to content

Commit

Permalink
correct codon positions in RSV2.lphy LinguaPhylo/LPhyBeast #131
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Jan 31, 2024
1 parent 9ec0b1f commit 334cb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/RSV2.lphy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ data {
D = readNexus(file="data/RSV2.nex", options=options);
taxa = D.taxa();
// codon positions
codon = D.charset(["1-.\3", "2-.\3", "3-.\3"]);
codon = D.charset(["3-.\3", "1-.\3", "2-.\3"]);
L = codon.nchar();
n=length(codon); // 3 partitions
}
Expand Down

0 comments on commit 334cb56

Please sign in to comment.