Skip to content

Commit eaf2050

Browse files
authored
Merge pull request #239 from hyanwong/phylo-issue-solved
A TODO in the "for phylogenetics" is now done: remove comment
2 parents 62e7034 + 819954e commit eaf2050

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

phylogen.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ import tsconvert # used for reading tree sequences from different formats
7474
# example code reading in a large file, timed
7575
7676
# 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)
77+
ts = tsconvert.from_newick("(A:6,((B:1,C:1):2,(D:2,E:2):1):3);", span=1000)
7978
```
8079

8180
The "succinct tree sequence" format used by `tskit` can also store mutations

0 commit comments

Comments
 (0)