Skip to content

Commit

Permalink
Updated for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
dportik committed Dec 19, 2019
1 parent ce889e5 commit 3a27608
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ The most current version of this pipeline is designed to run in Python 3 and req

## **Version** <a name="V"></a>

The current version of **dadi_pipeline** is v3.1.
The current version of **dadi_pipeline** is v3.1.1.

What's new in version 3.1?
What's new in version 3.1+?

+ All scripts have been upgraded to Python 3 (tested with 3.7), allowing compatibility with dadi v2.
+ Prints perturbed starting parameters to screen for each replicate, allowing comparison to final optimized parameters and to starting parameters of other replicates.
Expand Down Expand Up @@ -378,6 +378,8 @@ The following is a running list of publications that have used this demographic

#### Pre-Prints

+ Kioukis, A., Michalopoulou, V.A., Briers, L., Pirintsos, S., Studholme, D.J., Pavlidis, P., and P.F. Sarris. Draft Genome Sequence and intraspecific diversification of the wild crop relative *Brassica cretica* Lam. using demographic model selection. ***bioRxiv***. *https://doi.org/10.1101/521138*

+ Salle, G., Doyle, S.R., Cabaret, J., Berriman, M., Holroyd, N., and J.A. Cotton. **2019**. The global diversity of the major parasitic nematode *Haemonchus contortus* is shaped by human intervention and climate. ***bioRxiv***. *https://doi.org/10.1101/450692*

+ Choi, J.Y., Purugganan, M., and E.A. Stacy. **2019**. Divergent selection and primary gene flow shape incipient speciation of a riparian tree on Hawaii Island. ***bioRxiv***. *https://doi.org/10.1101/698225*
Expand Down
19 changes: 18 additions & 1 deletion Two_Population_Pipeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,24 @@ Here is a running list of the models currently available. The name of the model

**Island Model Set**

The island model set is currently in revision, please check back soon!
The island model set was recently revised as part of release v3.1.1.

For all the following models, the 'island' population is population 2 (nu2) and the mainland population is population 1 (nu1). Their sizes are based on the parameter s, where 0 < s < 1. Here, s represents the fraction of Nref that enters the island population, with pop2 (island) = s, and pop1 (mainland) = 1-s. When these models are called in the pipeline the upper bound on s is set to 0.5, such that the island population (pop2) must be composed of <50% of the ancestral population. This is to reflect the idea that the size of the island population should be smaller (at least initially). The values of nu1 (mainland) and nu2 (island) are therefore 1-s and s, respectively, unless there is a size change event. The 'vicariance' models involve no population size change, whereas the 'founder' event models always enforce exponential growth in pop2 (the island population). Please see the `Models_2D.py` script for additional details for these models.

+ *vic_no_mig*: Vicariance with no migration.
+ *vic_anc_sym_mig*: Vicariance with ancient symmetric migration.
+ *vic_anc_asym_mig*: Vicariance with ancient asymmetric migration.
+ *vic_sec_contact_sym_mig*: Vicariance with no migration, secondary contact with symmetric migration.
+ *vic_sec_contact_asym_mig*: Vicariance with no migration, secondary contact with asymmetric migration.
+ *founder_nomig*: Founder event with no migration.
+ *founder_sym*: Founder event with symmetric migration.
+ *founder_asym*: Founder event with asymmetric migration.
+ *vic_no_mig_admix_early*: Vicariance, early unidirectional discrete admixture event (before drift).
+ *vic_no_mig_admix_late*: Vicariance, late unidirectional discrete admixture event (after drift).
+ *vic_two_epoch_admix*: Vicariance, middle unidirectional discrete admixture event (between two drift events).
+ *founder_nomig_admix_early*: Founder event with no migration, early unidirectional discrete admixture event (before drift).
+ *founder_nomig_admix_late*: Founder event with no migration, late unidirectional discrete admixture event (after drift).
+ *founder_nomig_admix_two_epoch*: Founder event, middle unidirectional discrete admixture event (between two drift events).


## Optimization Routine Settings:
Expand Down

0 comments on commit 3a27608

Please sign in to comment.