-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1792 from grahamgower/demes-docs
Fill out demes docs in demography chapter.
- Loading branch information
Showing
9 changed files
with
147 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Comments start with a hash. | ||
description: | ||
Asymmetric migration between two extant demes. | ||
time_units: generations | ||
defaults: | ||
epoch: | ||
start_size: 5000 | ||
demes: | ||
- name: X | ||
epochs: | ||
- end_time: 1000 | ||
- name: A | ||
ancestors: [X] | ||
- name: B | ||
ancestors: [X] | ||
epochs: | ||
- start_size: 2000 | ||
end_time: 500 | ||
- start_size: 400 | ||
end_size: 10000 | ||
end_time: 0 | ||
migrations: | ||
- source: A | ||
dest: B | ||
rate: 1e-4 |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
daiquiri==3.0.0 | ||
demes==0.1.2 | ||
demesdraw==0.1.4 | ||
jupyter-book==0.11.2 | ||
matplotlib==3.4.2 | ||
newick==1.3.0 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ codecov | |
coverage | ||
daiquiri | ||
demes>=0.1.2 | ||
demesdraw | ||
flake8 | ||
hypothesis | ||
matplotlib>=3.4.0 | ||
|