Skip to content

Commit

Permalink
Document other differences from tskit.
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Dec 30, 2020
1 parent 3b1f3b7 commit 5771eb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
//! that would only be useful to write when transfering
//! final results ot a [``tskit_rust::TableCollection``].
//! 4. Mutation table data are different. See [``MutationRecord``].
//! 5. Time is measured as an integer (see [``Time``]),
//! as are genomic locations (see [``Position``]).
//! In `tskit`, both are C `double`, the equivalent of [``f64``].
//!
//! # Where to find examples
//!
Expand Down

0 comments on commit 5771eb1

Please sign in to comment.