-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"decapitate" function to delete edges older than a particular time. #2236
Comments
Shame that |
jeromekelleher
added a commit
to jeromekelleher/tskit
that referenced
this issue
May 4, 2022
jeromekelleher
added a commit
to jeromekelleher/tskit
that referenced
this issue
May 13, 2022
jeromekelleher
added a commit
to jeromekelleher/tskit
that referenced
this issue
May 13, 2022
jeromekelleher
added a commit
to jeromekelleher/tskit
that referenced
this issue
May 18, 2022
jeromekelleher
added a commit
to jeromekelleher/tskit
that referenced
this issue
May 20, 2022
jeromekelleher
added a commit
to jeromekelleher/tskit
that referenced
this issue
May 21, 2022
jeromekelleher
added a commit
to jeromekelleher/tskit
that referenced
this issue
May 23, 2022
Merged
jeromekelleher
added a commit
to jeromekelleher/tskit
that referenced
this issue
Jun 9, 2022
Closes tskit-dev#2236
jeromekelleher
added a commit
to jeromekelleher/tskit
that referenced
this issue
Jun 10, 2022
Closes tskit-dev#2236
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As discussed in #281, we want a way to delete all the topology in a tree sequence that's older than a particular time. Various names have been suggested for this operation, but since we've already settled on "recapitation" for the inverse of this operation (putting older topology on top of an existing tree sequence) then it seems simplest to just call it
decapitate
.The text was updated successfully, but these errors were encountered: