1:5 fitnessEffect() { return exp(1.0); }
1 late() {
sim.readFromPopulationFile("neutral_burnin.trees"); // This is the.trees file generated by msprime
sim.treeSeqRememberIndividuals(p0.individuals);
}
1:51 late() {
sim.outputFull( "Output_" + sim.cycle + ".txt");
}
##########################################
I am not sure if this is the correct way to implement what I need. Note that the simulation does run along expected lines if I chose not to force neutral dynamics in the first 5 generations (by deleting the fitnessEffect() callback).
Kindly help!
Cheers,
Manas
--
SLiM forward genetic simulation: http://messerlab.org/slim/
---
You received this message because you are subscribed to the Google Groups "slim-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to slim-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/slim-discuss/30b3d13e-89c0-4510-8d03-803590a76c73n%40googlegroups.com.