tskit-dev / msprime

Simulate genealogical trees and genomic sequence data using population genetic models
GNU General Public License v3.0
170 stars 84 forks source link

Enable gene conversion for SMC_K model #2280

Closed GertjanBisschop closed 1 month ago

GertjanBisschop commented 2 months ago

The general idea of how this should be done is already incorporated in algorithms.py, what's left is implementing this in C and adding a fair amount of tests.

GertjanBisschop commented 1 month ago

Solved in #2282.