Hi Ben,
Question for you about gene conversion in SLiM:
In a recombination() callback, is there currently no way to determine with certainty which breakpoints correspond to gene conversion events and which ones do not? What I would like to do is prevent a gamete from have a gene conversion tract that spans a certain focal site.
I guess one thing I could do is add some spacer flanking sequences on either side of that site, modify the recombination map so the rec rate is zero there, and then ignore all mutations in these spacer sequences so I basically pretend that they don't exist. If these spacer sequences are long enough such that it is very unlikely that the gene conversion tract stretches from outside the spacer all the way to the focal site, then I should be mostly good. But this could be a pain for what I am doing (programmatically modifying SLiM scripts generated by stdpopsim that model different chromosome chunks with different recombination landscapes, etc). So I was hoping for a simpler solution if possible.
Thanks!
Dan