Command line for diff for tree sequences? #1115
-
It'd be nice to do something like
and get the differences between the tables. Is there a quick (non-python) way of doing this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Yes!
Now, we can look at the node tables like so:
and so we can do a "diff" like this:
which will tell me, for instance:
(the diff here is a bit big - maybe there's a better example with a smaller diff?). |
Beta Was this translation helpful? Give feedback.
-
Nice idea! We could even add a |
Beta Was this translation helpful? Give feedback.
Yes!
tskit
will do this. To get a simple example:Now, we can look at the node tables like so:
and so we can do a "diff" like this: