-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopmodules.mk
More file actions
31 lines (28 loc) · 1.26 KB
/
popmodules.mk
File metadata and controls
31 lines (28 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
specdirs += ts exponential bd_models compensation life_tables life_history age structure competition exploitation boxes dd sims
## Missing: ebola. Get things straight
ts:
git submodule add -b master https://github.com/Bio3SS/Population_time_series $@
exponential:
git submodule add -b master https://github.com/Bio3SS/Exponential_figures $@
bd_models:
git submodule add -b master https://github.com/Bio3SS/Birth_death_models $@
compensation:
git submodule add -b master https://github.com/Bio3SS/Compensation_models $@
life_tables:
git submodule add -b master https://github.com/Bio3SS/Life_tables $@
life_history:
git submodule add -b master https://github.com/Bio3SS/Life_history $@
age:
git submodule add -b master https://github.com/Bio3SS/Age_distributions $@
structure:
git submodule add -b master https://github.com/Bio3SS/Structured_models $@
competition:
git submodule add -b master https://github.com/Bio3SS/Competition_models $@
exploitation:
git submodule add -b master https://github.com/Bio3SS/Exploitation_models $@
boxes:
git submodule add -b master https://github.com/dushoff/SIR_model_family $@
dd:
git submodule add -b master https://github.com/mac-theobio/Disease_data $@
sims:
git submodule add -b master https://github.com/dushoff/SIR_simulations $@