This repository was archived by the owner on Oct 12, 2023. It is now read-only.
Ancestral sample#22
Open
DL42 wants to merge 301 commits into
Open
Conversation
Ancestral sample
…n of the mutation in fwdpp vector (which in turn has the position and metadata info)
also reorder lines/spaces for clarity
shouldn't be necessary if arg_tracker is constructed with correct starting index (only needed for starting simulation with initialized tree as opposed to a blank simulation)
also fixes a couple of code comments
adding mutation and site tables using info from ancestry tracker and optional initial tree with metadata for each metadata for ancestry tracker is pickled fwdpy11 mutation type, default metadata for mutations from initial tree is added if none present (as would be if tree from msprime)
code in wfarg and setup commented out, removed in evolve_arg, README updated
provide an override variable to __call__ which overrides the gc interval and forces simplification
…test_evolve) edgesets to edges in test_evolve, import namedtuple, check to make sure mutation array has mutations, parantheses errors, small change to README, gitignore ignores pyc files, comment out async/queue functions in evolve_functions header, slight addendum to override parameter
Make sure breakpoints are generated
also added caculating time_appending back in
changes in fwdpy11 allow easy construction of fwdpy11 mutation type from unpickled metadata
use ancestry_processor's num_nodes to set next_index (if next_index == 0, initialize a tracker with newly created "parent" nodes)
msprime: for split populations, mutation rate was being set by final population 1 pop size instead of initial population pop 1 size, only affects Figure 2B,2D,2E 2E: simulations was being called with split-recovery model (which doesn't currently exist in fwdpy11 as of right now), should've been called with pure split model
…", "B" bold in neutral_2 plot
…package, use eta for Fst, add symbols for BGS plots, remove msprime results from plot2.pdf, put non-duplication msprime vs fwdpy11 into supplemental figure
6d40cac to
932a7ae
Compare
added 5 commits
December 5, 2019 03:04
…d theoretical expectation) and increasing pdf size for some of the plots
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
reorganized ancestral sample branch