molpopgen / fwdpp

fwdpp is a C++ template library for implementing efficient forward-time population genetic simulations
http://fwdpp.readthedocs.io
GNU General Public License v3.0
27 stars 11 forks source link

Add "flags" to ts::node #283

Open molpopgen opened 4 years ago

molpopgen commented 4 years ago

In order to address issues like #225, we need to have a place to store the identity of ancient samples (and "sample-ness") more generally. The canonical thing to do here is to have a new field added to the node type representing various "flags" (like tskit).