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: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ FASTA input / SequenceObject list
89
89
90
90
### Substitution models (`models.rs`)
91
91
92
-
Models implement `ModelCalculation<A: AlphabetEncoding>`. DNA-only: `PDiff`, `JukesCantor`, `Kimura2P`. Protein-only: `Poisson`. `PDiff` works for both alphabets. Model–alphabet compatibility is enforced at runtime inside `nj()`.
92
+
Models implement `ModelCalculation<A: AlphabetEncoding>`. DNA-only: `JukesCantor`, `Kimura2P`, `TajimaNei`, `Tamura`. Protein-only: `Poisson`, `KimuraProtein`. `PDiff` works for both alphabets. Model–alphabet compatibility is enforced at runtime inside `nj()` (the `dispatch_run!` macro in `lib.rs`).
0 commit comments