bella-companion 0.0.48__py3-none-any.whl → 0.1.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of bella-companion might be problematic. Click here for more details.

Files changed (72) hide show
  1. bella_companion/eucovid/beast_configs/GLM.xml +27 -17
  2. bella_companion/eucovid/beast_configs/MLP.xml +2 -3
  3. bella_companion/eucovid/run_beast.py +13 -107
  4. bella_companion/simulations/figures/epi_multitype.py +1 -1
  5. bella_companion/simulations/figures/fbd_2traits.py +1 -1
  6. bella_companion/utils/beast.py +2 -2
  7. bella_companion/utils/explain/pdp.py +14 -7
  8. bella_companion/utils/explain/shap.py +10 -8
  9. bella_companion/utils/explain/typeguards.py +1 -1
  10. {bella_companion-0.0.48.dist-info → bella_companion-0.1.2.dist-info}/METADATA +8 -5
  11. bella_companion-0.1.2.dist-info/RECORD +63 -0
  12. bella_companion-0.1.2.dist-info/WHEEL +4 -0
  13. {bella_companion-0.0.48.dist-info → bella_companion-0.1.2.dist-info}/entry_points.txt +1 -0
  14. bella_companion/__pycache__/__init__.cpython-310.pyc +0 -0
  15. bella_companion/__pycache__/cli.cpython-310.pyc +0 -0
  16. bella_companion/__pycache__/features.cpython-310.pyc +0 -0
  17. bella_companion/eucovid/__pycache__/__init__.cpython-310.pyc +0 -0
  18. bella_companion/eucovid/__pycache__/run_beast.cpython-310.pyc +0 -0
  19. bella_companion/eucovid/beast_configs/Nonparametric.xml +0 -399
  20. bella_companion/eucovid/data/case_data.csv +0 -346
  21. bella_companion/eucovid/data/change_dates.csv +0 -8
  22. bella_companion/eucovid/data/osi.csv +0 -376
  23. bella_companion/eucovid/data/predictors/all/closedborders_7e_nt.csv +0 -35
  24. bella_companion/eucovid/data/predictors/all/dist_7e_ls.csv +0 -35
  25. bella_companion/eucovid/data/predictors/all/flight_7e_ls.csv +0 -35
  26. bella_companion/eucovid/data/predictors/all/flight_pop_x_7e_ls.csv +0 -35
  27. bella_companion/eucovid/data/predictors/all/osi_x_7e_ls.csv +0 -35
  28. bella_companion/eucovid/data/predictors/all/osi_y_7e_ls.csv +0 -35
  29. bella_companion/eucovid/data/predictors/all/pop_x_7e_ls.csv +0 -35
  30. bella_companion/eucovid/data/predictors/all/pop_y_7e_ls.csv +0 -35
  31. bella_companion/eucovid/data/predictors/all/sharedborders_7e_nt.csv +0 -35
  32. bella_companion/eucovid/data/predictors/changetimes_all_7e.csv +0 -6
  33. bella_companion/platyrrhine/__pycache__/__init__.cpython-310.pyc +0 -0
  34. bella_companion/platyrrhine/__pycache__/results.cpython-310.pyc +0 -0
  35. bella_companion/platyrrhine/__pycache__/run_beast.cpython-310.pyc +0 -0
  36. bella_companion/platyrrhine/__pycache__/summarize.cpython-310.pyc +0 -0
  37. bella_companion/platyrrhine/__pycache__/summarize_logs.cpython-310.pyc +0 -0
  38. bella_companion/simulations/__pycache__/__init__.cpython-310.pyc +0 -0
  39. bella_companion/simulations/__pycache__/features.cpython-310.pyc +0 -0
  40. bella_companion/simulations/__pycache__/generate_data.cpython-310.pyc +0 -0
  41. bella_companion/simulations/__pycache__/generate_figures.cpython-310.pyc +0 -0
  42. bella_companion/simulations/__pycache__/metrics.cpython-310.pyc +0 -0
  43. bella_companion/simulations/__pycache__/run_beast.cpython-310.pyc +0 -0
  44. bella_companion/simulations/__pycache__/summarize.cpython-310.pyc +0 -0
  45. bella_companion/simulations/__pycache__/summarize_logs.cpython-310.pyc +0 -0
  46. bella_companion/simulations/figures/__pycache__/__init__.cpython-310.pyc +0 -0
  47. bella_companion/simulations/figures/__pycache__/epi_multitype.cpython-310.pyc +0 -0
  48. bella_companion/simulations/figures/__pycache__/epi_skyline.cpython-310.pyc +0 -0
  49. bella_companion/simulations/figures/__pycache__/fbd_2traits.cpython-310.pyc +0 -0
  50. bella_companion/simulations/figures/__pycache__/fbd_no_traits.cpython-310.pyc +0 -0
  51. bella_companion/simulations/figures/__pycache__/scenarios.cpython-310.pyc +0 -0
  52. bella_companion/simulations/figures/__pycache__/utils.cpython-310.pyc +0 -0
  53. bella_companion/simulations/scenarios/__pycache__/__init__.cpython-310.pyc +0 -0
  54. bella_companion/simulations/scenarios/__pycache__/common.cpython-310.pyc +0 -0
  55. bella_companion/simulations/scenarios/__pycache__/epi_multitype.cpython-310.pyc +0 -0
  56. bella_companion/simulations/scenarios/__pycache__/epi_skyline.cpython-310.pyc +0 -0
  57. bella_companion/simulations/scenarios/__pycache__/fbd_2traits.cpython-310.pyc +0 -0
  58. bella_companion/simulations/scenarios/__pycache__/fbd_no_traits.cpython-310.pyc +0 -0
  59. bella_companion/simulations/scenarios/__pycache__/scenario.cpython-310.pyc +0 -0
  60. bella_companion/utils/__pycache__/__init__.cpython-310.pyc +0 -0
  61. bella_companion/utils/__pycache__/beast.cpython-310.pyc +0 -0
  62. bella_companion/utils/__pycache__/explain.cpython-310.pyc +0 -0
  63. bella_companion/utils/__pycache__/slurm.cpython-310.pyc +0 -0
  64. bella_companion/utils/explain/__pycache__/__init__.cpython-310.pyc +0 -0
  65. bella_companion/utils/explain/__pycache__/pdp.cpython-310.pyc +0 -0
  66. bella_companion/utils/explain/__pycache__/shap.cpython-310.pyc +0 -0
  67. bella_companion/utils/explain/__pycache__/typeguards.cpython-310.pyc +0 -0
  68. bella_companion-0.0.48.dist-info/RECORD +0 -118
  69. bella_companion-0.0.48.dist-info/WHEEL +0 -5
  70. bella_companion-0.0.48.dist-info/top_level.txt +0 -1
  71. /bella_companion/eucovid/data/{predictors/changetimes_flights_4e.csv → changetimes.csv} +0 -0
  72. /bella_companion/eucovid/data/{predictors/flight_pop_x_4e_ls.csv → flights.csv} +0 -0
@@ -1,399 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <beast namespace="beast.base.inference
3
- :beast.base.inference.parameter
4
- :beast.base.inference.distribution
5
- :beast.base.evolution.branchratemodel
6
- :beast.base.evolution.substitutionmodel
7
- :beast.base.evolution.sitemodel
8
- :beast.base.evolution.tree.coalescent
9
- :beast.base.evolution.tree
10
- :beast.base.evolution.likelihood
11
- :beast.base.evolution.alignment
12
- :beast.base.evolution.operator.kernel
13
- :beast.base.inference.operator.kernel
14
- :beast.base.inference.operator
15
- :beast.base.math.distributions
16
- :beast.base.evolution
17
- :beast.base.evolution.operator
18
- :bdmmprime.util
19
- :bdmmprime.util.operators
20
- :bdmmprime.util.priors
21
- :bdmmprime.distribution
22
- :bdmmprime.parameterization
23
- :bdmmprime.mapping
24
- :bdmmprime.trajectories
25
- :feast
26
- :feast.parameter
27
- :feast.fileio
28
- :feast.function
29
- :feast.expressions
30
- :glmprior.util"
31
- required="BEAST.base v2.7.7:BDMM-Prime v2.2.2" version="2.7">
32
-
33
-
34
- <!-- Map elements -->
35
- <map name="Uniform" >beast.base.inference.distribution.Uniform</map>
36
- <map name="Exponential" >beast.base.inference.distribution.Exponential</map>
37
- <map name="LogNormal" >beast.base.inference.distribution.LogNormalDistributionModel</map>
38
- <map name="prior" >beast.base.inference.distribution.Prior</map>
39
-
40
- <!-- Adapted from https://github.com/SarahNadeau/cov-europe-bdmm/blob/master/analyses/with_hubei_migration_decrease/with_hubei_migration_decrease_scrubbed.xml -->
41
- <!-- Sequence data loaded from GISAID with the gisaid EPI ISLs -->
42
-
43
- <!-- Alignment -->
44
- <alignment id="alignment" spec= "AlignmentFromFasta"
45
- fileName = "$(aligned_fasta)"/>
46
-
47
- <typeSet id="typeSetBDMMPrime" spec="TypeSet">
48
- <typeTraitSet id="typeTraitSet" spec="TraitSetFromTaxonSet"
49
- traitname="type"
50
- delimiter="|"
51
- takeGroup="1">
52
- <taxa spec="TaxonSet" alignment="@alignment"/>
53
- </typeTraitSet>
54
- </typeSet>
55
-
56
- <trait id="dateTrait" spec="TraitSetFromTaxonSet"
57
- traitname="date"
58
- dateFormat="yyyy-M-dd"
59
- delimiter= "|"
60
- everythingAfterLast="true">
61
- <taxa spec="TaxonSet" alignment="@alignment"/>
62
- </trait>
63
-
64
- <!-- BDMMPrime Population Model -->
65
-
66
- <processLength id="originBDMMPrime" spec="RealParameter">1.0</processLength>
67
-
68
- <Re id="ReSV" spec="SkylineVectorParameter"
69
- timesAreAges="true" processLength="@originBDMMPrime" typeSet="@typeSetBDMMPrime">
70
- <skylineValues id="ReValues" spec="RealParameter">1.0 1.1 1.2 1.3 1.4 1.01 1.1 1.2 1.3 1.4</skylineValues>
71
- <changeTimes id="ReRateChangeTimes" spec="RealParameter">0.123</changeTimes>
72
- </Re>
73
-
74
- <samplingProportion id="samplingProportionSV" spec="SkylineVectorParameter"
75
- timesAreAges="true" processLength="@originBDMMPrime" typeSet="@typeSetBDMMPrime">
76
- <skylineValues id="samplingProportionValues" spec="RealParameter" dimension="15" lower="0.0" upper="1.0">1.11E-5 1.2E-5 1.3E-5 1.4E-5 1.5E-5 1.1E-5 1.2E-5 1.3E-5 1.4E-5 1.5E-5 0.0 0.0 0.0 0.0 0.0</skylineValues>
77
-
78
-
79
- <changeTimes id="samplingProportionChangeTimes" spec="RealParameter">0.12 0.205</changeTimes>
80
- </samplingProportion>
81
-
82
-
83
- <becomeUninfectiousRate id="becomeUninfectiousRateSV" spec="SkylineVectorParameter"
84
- typeSet="@typeSetBDMMPrime">
85
- <skylineValues id="becomeUninfectiousValues" spec="RealParameter">36.5</skylineValues>
86
- </becomeUninfectiousRate>
87
-
88
-
89
- <migrationRate id="migrationRateSM" spec="SkylineMatrixParameter"
90
- timesAreAges="true" processLength="@originBDMMPrime" typeSet="@typeSetBDMMPrime">
91
- <skylineValues id="migrationRateValues_scaled" name="skylineValues" spec="feast.expressions.ExpCalculator">
92
- <![CDATA[
93
- migrationRateValues *
94
- { f,f,f,f,
95
- f, 1,1,1,
96
- f,1, 1,1,
97
- f,1,1, 1,
98
- f,1,1,1,
99
-
100
- 1,1,1,1,
101
- 1, 1,1,1,
102
- 1,1, 1,1,
103
- 1,1,1, 1,
104
- 1,1,1,1 }
105
- ]]>
106
- <arg id="migrationRateValues" spec="RealParameter" dimension="40">
107
- 0.11 0.15 0.2 0.24
108
- 0.0 0.14 0.18 0.22
109
- 0.0 0.1 0.19 0.23
110
- 0.0 0.12 0.16 0.25
111
- 0.0 0.13 0.17 0.21
112
-
113
- 0.11 0.15 0.2 0.24
114
- 0.0 0.14 0.18 0.22
115
- 0.0 0.1 0.19 0.23
116
- 0.0 0.12 0.16 0.25
117
- 0.0 0.13 0.17 0.21
118
- </arg>
119
- <arg id="f" spec="RealParameter">0.5</arg>
120
- </skylineValues>
121
-
122
- <changeTimes id="migrationRateChangeTimes" spec="RealParameter">0.123</changeTimes>
123
- </migrationRate>
124
-
125
-
126
- <removalProb id="removalProbSV" spec="SkylineVectorParameter" skylineValues="1.0"
127
- processLength="@originBDMMPrime" typeSet="@typeSetBDMMPrime"/>
128
-
129
- <startTypePriorProbs id="typeFrequencies" spec="RealParameter"
130
- estimate="false" lower="0.0" upper="1.0">1.0 0.0 0.0 0.0 0.0</startTypePriorProbs>
131
-
132
-
133
- <!-- Site Model -->
134
- <siteModel id="siteModel" spec="SiteModel" gammaCategoryCount="4">
135
- <parameter id="gammaShape" name="shape" value="1.0"/>
136
- <parameter name="mutationRate" estimate="false" value="1.0"/>
137
- <parameter name="proportionInvariant" estimate="false" value="0.0"/>
138
-
139
- <substModel spec="HKY">
140
- <kappa id="kappa" spec="RealParameter" value="2.0"/>
141
- <frequencies id="empiricalFreqs" spec="Frequencies" data="@alignment"/>
142
- </substModel>
143
- </siteModel>
144
-
145
-
146
- <!-- Branch rate Model -->
147
- <branchRateModel id="branchRateModel" spec="StrictClockModel">
148
- <parameter id="clockRate" name="clock.rate" estimate="false">8.0E-4</parameter>
149
- </branchRateModel>
150
-
151
-
152
- <!-- Population Model for Tree initialiser -->
153
- <popFunc id="popFunc" spec="ConstantPopulation">
154
- <popSize spec="RealParameter" value="0.1"/>
155
- </popFunc>
156
-
157
-
158
- <!-- MCMC -->
159
- <run id="mcmc" spec="MCMC" chainLength="10000000" numInitializationAttempts="100">
160
-
161
- <!-- State -->
162
- <state id="state" spec="State" storeEvery="5000">
163
-
164
- <stateNode id="treeBDMMPrime" spec="RandomTree"
165
- taxa="@alignment"
166
- populationModel="@popFunc"
167
- trait="@dateTrait">
168
- </stateNode>
169
-
170
- <stateNode idref="originBDMMPrime"/>
171
- <stateNode idref="ReValues"/>
172
- <stateNode idref="samplingProportionValues"/>
173
- <stateNode idref="migrationRateValues"/>
174
- <stateNode idref="f"/>
175
-
176
- <stateNode idref="kappa"/>
177
- <stateNode idref="gammaShape"/>
178
-
179
- </state>
180
-
181
-
182
- <!-- Posterior Distribution -->
183
- <distribution id="posterior" spec="CompoundDistribution">
184
-
185
- <!-- Tree Likelihood -->
186
- <distribution id="likelihood" spec="CompoundDistribution" useThreads="true">
187
-
188
- <distribution id="treeLikelihood" spec="ThreadedTreeLikelihood"
189
- data="@alignment"
190
- tree="@treeBDMMPrime"
191
- siteModel="@siteModel"
192
- branchRateModel="@branchRateModel"/>
193
-
194
- </distribution>
195
-
196
- <!-- Prior distribution -->
197
- <distribution id="prior" spec="CompoundDistribution">
198
-
199
- <!-- BDMM-Prime tree prior distribution -->
200
- <distribution id="BDMMPrime" spec="BirthDeathMigrationDistribution"
201
- tree="@treeBDMMPrime"
202
- conditionOnSurvival="true"
203
- finalSampleOffset="0.0"
204
- typeTraitSet="@typeTraitSet"
205
- startTypePriorProbs="@typeFrequencies">
206
-
207
- <!-- Parameterization BDMM-Prime -->
208
- <parameterization id="EpiBDMMPrimeParameterization" spec="EpiParameterization"
209
- processLength="@originBDMMPrime"
210
- Re="@ReSV"
211
- samplingProportion="@samplingProportionSV"
212
- becomeUninfectiousRate="@becomeUninfectiousRateSV"
213
- migrationRate="@migrationRateSM"
214
- removalProb="@removalProbSV"
215
- typeSet="@typeSetBDMMPrime"/>
216
-
217
- </distribution>
218
-
219
-
220
- <!-- Priors on parameters -->
221
- <!-- BDMMPrime parameters priors -->
222
-
223
- <prior id="originBDMMPrimePrior" name="distribution" x="@originBDMMPrime">
224
- <LogNormal name="distr" M="-1.0" S="0.2"/>
225
- </prior>
226
-
227
- <!-- Reproductive number Prior -->
228
- <distribution id="RePrior" spec="SmartZeroExcludingPrior" x="@ReValues">
229
- <LogNormal name="distr" M="0.8" S="0.5"/>
230
- </distribution>
231
-
232
- <!-- Prior for sampling proportion for China -->
233
- <distribution id="spChinaE2Prior" spec="SmartZeroExcludingPrior" x="@samplingProportionValues"
234
- classesToExclude="1.2E-5 1.3E-5 1.4E-5 1.5E-5">
235
- <Uniform name="distr" lower="0" upper="0.15"/>
236
- </distribution>
237
- <!-- Prior for sampling proportion for France -->
238
- <distribution id="spFranceE1Prior" spec="SmartZeroExcludingPrior" x="@samplingProportionValues"
239
- classesToExclude="1.1E-5 1.3E-5 1.4E-5 1.5E-5">
240
- <Uniform name="distr" lower="0" upper="0.093"/>
241
- </distribution>
242
- <!-- Prior for sampling proportion for Germany Epoch -->
243
- <distribution id="spGermanyE1Prior" spec="SmartZeroExcludingPrior" x="@samplingProportionValues"
244
- classesToExclude="1.1E-5 1.2E-5 1.4E-5 1.5E-5">
245
- <Uniform name="distr" lower="0" upper="0.10"/>
246
- </distribution>
247
- <!-- Prior for sampling proportion for Italy -->
248
- <distribution id="spItalyE1Prior" spec="SmartZeroExcludingPrior" x="@samplingProportionValues"
249
- classesToExclude="1.1E-5 1.2E-5 1.3E-5 1.5E-5">
250
- <Uniform name="distr" lower="0" upper="0.005"/>
251
- </distribution>
252
- <!-- Prior for sampling proportion for OtherEuropean -->
253
- <distribution id="spOEE1Prior" spec="SmartZeroExcludingPrior" x="@samplingProportionValues"
254
- classesToExclude="1.1E-5 1.2E-5 1.3E-5 1.4E-5">
255
- <Uniform name="distr" lower="0" upper="0.057"/>
256
- </distribution>
257
-
258
- <!-- Migration rate Prior -->
259
- <distribution id="migRatePrior" name="distribution" spec="SmartZeroExcludingPrior" x="@migrationRateValues">
260
- <LogNormal name="distr" M="0.0" S="1.0"/>
261
- </distribution>
262
-
263
- <distribution id="fPrior" name="distribution" spec="ZeroExcludingPrior" x="@f">
264
- <Uniform name="distr" lower="0.0" upper="1.0"/>
265
- </distribution>
266
-
267
- <!-- Substitution model parameter priors -->
268
- <prior id="GammaShapePrior" name="distribution" x="@gammaShape">
269
- <Exponential name="distr">
270
- <parameter spec="RealParameter" estimate="false" name="mean">0.5</parameter>
271
- </Exponential>
272
- </prior>
273
-
274
- <prior id="KappaPrior" name="distribution" x="@kappa">
275
- <LogNormal name="distr">
276
- <parameter spec="RealParameter" estimate="false" name="M">1.0</parameter>
277
- <parameter spec="RealParameter" estimate="false" name="S">1.25</parameter>
278
- </LogNormal>
279
- </prior>
280
-
281
- </distribution>
282
- </distribution>
283
-
284
-
285
- <!-- Operators -->
286
- <!-- Tree operators -->
287
- <operator id="BDMMPrimeTreeRootScaler" spec="BactrianScaleOperator" tree="@treeBDMMPrime"
288
- rootOnly="true" scaleFactor="0.25" weight="5.0"/>
289
-
290
- <operator id="BDMMPrimeUniformOperator" spec="BactrianNodeOperator" tree="@treeBDMMPrime"
291
- weight="30.0"/>
292
-
293
- <operator id="BDMMPrimeSubtreeSlideScaler" spec="BactrianSubtreeSlide" tree="@treeBDMMPrime"
294
- weight="15.0"/>
295
-
296
- <operator id="BDMMPrimeNarrow" spec="Exchange" tree="@treeBDMMPrime"
297
- weight="15.0"/>
298
-
299
- <operator id="BDMMPrimeWide" spec="Exchange" tree="@treeBDMMPrime"
300
- isNarrow="false" weight="3.0"/>
301
-
302
- <operator id="BDMMPrimeWilsonBalding" spec="WilsonBalding" tree="@treeBDMMPrime"
303
- weight="3.0"/>
304
-
305
- <operator id="BDMMPrimeBICEPSEpochTop" spec="EpochFlexOperator" tree="@treeBDMMPrime"
306
- scaleFactor="0.1" weight="2.0"/>
307
-
308
- <operator id="BDMMPrimeBICEPSEpochAll" spec="EpochFlexOperator" tree="@treeBDMMPrime"
309
- fromOldestTipOnly="false" scaleFactor="0.1" weight="2.0"/>
310
-
311
- <operator id="BDMMPrimeBICEPSTreeFlex" spec="TreeStretchOperator" tree="@treeBDMMPrime"
312
- scaleFactor="0.01" weight="2.0"/>
313
-
314
-
315
- <!-- Population model operators -->
316
- <operator id="originBDMMPrimeScaler" spec="BactrianScaleOperator" parameter="@originBDMMPrime"
317
- scaleFactor="0.25" weight="5.0" />
318
-
319
- <!-- <operator id="ReScaler" spec="BactrianScaleOperator" parameter="@ReValues"
320
- weight="5.0" />
321
- <operator id="ReScalerAll" spec="BactrianScaleOperator" parameter="@ReValues"
322
- weight="5.0" scaleAll="true" /> -->
323
-
324
- <operator id="ReScaler" spec="SmartScaleOperator" parameter="@ReValues"
325
- weight="5.0" />
326
-
327
- <operator id="samplingProportionScaler" spec="SmartScaleOperator" parameter="@samplingProportionValues"
328
- weight="3.0" />
329
-
330
- <operator id="migrationRateScaler" spec="SmartScaleOperator" parameter="@migrationRateValues"
331
- weight="5.0" />
332
- <operator id="fScaler" spec="BactrianScaleOperator" parameter="@f"
333
- weight="5.0"/>
334
-
335
- <!-- Substitution model operators -->
336
- <operator id="gammaShapeScaler" spec="BactrianScaleOperator" parameter="@gammaShape"
337
- weight="1.0"/>
338
-
339
- <operator id="KappaScaler" spec="BactrianScaleOperator" parameter="@kappa"
340
- weight="1.0"/>
341
-
342
-
343
- <!-- Loggers -->
344
- <logger id="tracelog" spec="Logger" fileName="$(filebase).log" logEvery="1000" model="@posterior" sanitiseHeaders="true" sort="smart">
345
- <log idref="posterior"/>
346
- <log idref="likelihood"/>
347
- <log idref="prior"/>
348
- <log idref="treeLikelihood"/>
349
- <log idref="gammaShape"/>
350
- <log idref="kappa"/>
351
- <log id="TreeHeight" spec="TreeStatLogger" tree="@treeBDMMPrime"/>
352
- <log id="typedTreeStats" spec="TypedTreeStatsLogger" includeRootEdge="true"
353
- typeLabel="type" typeSet="@typeSetBDMMPrime">
354
- <typedTree id="typeMappedTree" spec="TypeMappedTree" bdmmDistrib="@BDMMPrime" startTypePriorProbs="@typeFrequencies" mapOnInit="false" remapOnLog="true" typeLabel="type" typeTraitSet="@typeTraitSet" untypedTree="@treeBDMMPrime"/>
355
- </log>
356
- <log idref="originBDMMPrime"/>
357
- <log idref="ReSV"/>
358
- <log idref="becomeUninfectiousRateSV"/>
359
- <log idref="samplingProportionSV"/>
360
- <log idref="migrationRateSM"/>
361
- <log idref="migrationRateValues"/>
362
- <log idref="f"/>
363
- <log idref="removalProbSV"/>
364
- <log idref="typeFrequencies"/>
365
- </logger>
366
-
367
- <logger id="screenlog" spec="Logger" logEvery="1000">
368
- <log idref="posterior"/>
369
- <log arg="@posterior" id="ESS_posterior" spec="util.ESS"/>
370
- <log idref="likelihood"/>
371
- <log arg="@likelihood" id="ESS_likelihood" spec="util.ESS"/>
372
- <log idref="prior"/>
373
- <log arg="@prior" id="ESS_prior" spec="util.ESS"/>
374
- <log idref="BDMMPrime"/>
375
- <log arg="@BDMMPrime" id="ESS_BDMMPrime" spec="util.ESS"/>
376
- </logger>
377
-
378
- <logger id="treelog" spec="Logger" fileName="$(filebase).trees" logEvery="1000" mode="tree">
379
- <log id="TreeWithMetaDataLogger" spec="TreeWithMetaDataLogger" tree="@treeBDMMPrime"/>
380
- </logger>
381
-
382
- <logger id="typedTreeLogger" spec="OptionalLogger" enableLogger="true"
383
- fileName="$(filebase).typed.trees" logEvery="10000" mode="tree">
384
- <log idref="typeMappedTree"/>
385
- </logger>
386
- <logger id="nodeTypedTreeLogger.t:eubdmm_alignment" spec="OptionalLogger" enableLogger="true"
387
- fileName="$(filebase).typed.node.trees" logEvery="10000" mode="tree">
388
- <log id="nodeTypedTree" spec="TypedNodeTreeLogger" typedTree="@typeMappedTree"/>
389
- </logger>
390
- <logger id="trajLogger" spec="OptionalLogger" enableLogger="true" fileName="$(filebase).traj" logEvery="10000">
391
- <log id="typedTraj" spec="SampledTrajectory" bdmmDistrib="@BDMMPrime"
392
- startTypePriorProbs="@typeFrequencies" typeMappedTree="@typeMappedTree" useTauLeaping="true"/>
393
- </logger>
394
-
395
- <operatorschedule id="OperatorSchedule" spec="OperatorSchedule"/>
396
-
397
- </run>
398
-
399
- </beast>