We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62e7034 + 819954e commit eaf2050Copy full SHA for eaf2050
1 file changed
phylogen.md
@@ -74,8 +74,7 @@ import tsconvert # used for reading tree sequences from different formats
74
# example code reading in a large file, timed
75
76
# Or read smaller trees from strings (here we create a tree spanning 1000 genomic units)
77
-# Todo: add sequence length: https://github.com/tskit-dev/tsconvert/issues/40
78
-ts = tsconvert.from_newick("(A:6,((B:1,C:1):2,(D:2,E:2):1):3);", span=100)
+ts = tsconvert.from_newick("(A:6,((B:1,C:1):2,(D:2,E:2):1):3);", span=1000)
79
```
80
81
The "succinct tree sequence" format used by `tskit` can also store mutations
0 commit comments