File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -146,9 +146,11 @@ It's obvious that there's something unusual about the trees in the middle of thi
146
146
chromosome, where the selective sweep occurred.
147
147
148
148
Currently, it's not particularly efficient to pull out individual trees from the middle
149
- of a tree sequence, but it * can* be done, via the
149
+ of a tree sequence
150
+ (please comment on [ this issue] ( https://github.com/tskit-dev/tskit/issues/684 ) if you
151
+ have a need for this to be efficient) but it * can* be done, via the
150
152
{meth}` TreeSequence.at()<tskit.TreeSequence.at> ` method. Here's the tree at location
151
- $5\ 000\ 000$ ( the position of the sweep) drawn using the
153
+ $5\ 000\ 000$ --- the position of the sweep --- drawn using the
152
154
{meth}` Tree.draw_svg()<tskit.Tree.draw_svg> ` method (see the
153
155
{ref}` visualization tutorial <sec_tskit_viz> ` for more visualization possibilities):
154
156
You can’t perform that action at this time.
0 commit comments