tskit-dev / pyslim

Tools for dealing with tree sequences coming to and from SLiM.
MIT License
27 stars 23 forks source link

wrap union to deal with SLiM metadata #169

Open mufernando opened 3 years ago

mufernando commented 3 years ago

e.g., by adjusting the slim mutation ids in the metadata, and the generation

petrelharp commented 3 years ago

Things to do here are:

... and, what exactly needs to happen with the times/generations? Anything else?

mufernando commented 3 years ago

never mind about the generation, this has to do with having to adjust the times if the two simulations were run for different amount of times. we could decide to deal with this within the pyslim.union though.

petrelharp commented 3 years ago

Right - so we need a

petrelharp commented 2 years ago

Also see #105