bella-companion 0.0.18__py3-none-any.whl → 0.0.19__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.
- bella_companion/eucovid/beast_configs/GLM.xml +1 -0
- bella_companion/eucovid/beast_configs/Nonparametric.xml +4 -4
- bella_companion/eucovid/run_beast.py +2 -2
- {bella_companion-0.0.18.dist-info → bella_companion-0.0.19.dist-info}/METADATA +1 -1
- {bella_companion-0.0.18.dist-info → bella_companion-0.0.19.dist-info}/RECORD +7 -7
- {bella_companion-0.0.18.dist-info → bella_companion-0.0.19.dist-info}/WHEEL +0 -0
- {bella_companion-0.0.18.dist-info → bella_companion-0.0.19.dist-info}/entry_points.txt +0 -0
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
</plate>
|
|
69
69
|
<coefficients id="coefficientsGLM" spec="RealParameter" value="0.1"/>
|
|
70
70
|
<scaleFactor id="scaleFactorGLM" spec="RealParameter" value="1"/>
|
|
71
|
+
<indicators spec="BooleanParameter" value="1"/>
|
|
71
72
|
</skylineValues>
|
|
72
73
|
<changeTimes spec="RealParameterFromXSV" fileName="$(changeTimesFile)"/>
|
|
73
74
|
</migrationRate>
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
0.0 0.12 0.16 0.25
|
|
89
89
|
0.0 0.13 0.17 0.21
|
|
90
90
|
</arg>
|
|
91
|
-
<arg id="
|
|
91
|
+
<arg id="f" spec="RealParameter" value="0.5"/>
|
|
92
92
|
</skylineValues>
|
|
93
93
|
</migrationRate>
|
|
94
94
|
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<stateNode idref="Re"/>
|
|
117
117
|
<stateNode idref="samplingProportion"/>
|
|
118
118
|
<stateNode idref="migrationRate"/>
|
|
119
|
-
<stateNode idref="
|
|
119
|
+
<stateNode idref="f"/>
|
|
120
120
|
<stateNode idref="kappa"/>
|
|
121
121
|
<stateNode idref="gammaShape"/>
|
|
122
122
|
</state>
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
<distribution spec="SmartZeroExcludingPrior" x="@migrationRate">
|
|
156
156
|
<LogNormal name="distr" M="0.0" S="1.0"/>
|
|
157
157
|
</distribution>
|
|
158
|
-
<distribution spec="ZeroExcludingPrior" x="@
|
|
158
|
+
<distribution spec="ZeroExcludingPrior" x="@f">
|
|
159
159
|
<Uniform name="distr" lower="0.0" upper="1.0"/>
|
|
160
160
|
</distribution>
|
|
161
161
|
<prior name="distribution" x="@gammaShape">
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
<operator spec="BactrianScaleOperator" parameter="@Re" weight="5.0" />
|
|
181
181
|
<operator spec="SmartScaleOperator" parameter="@samplingProportion" weight="3.0" />
|
|
182
182
|
<operator spec="SmartScaleOperator" parameter="@migrationRate" weight="5.0" />
|
|
183
|
-
<operator spec="BactrianScaleOperator" parameter="@
|
|
183
|
+
<operator spec="BactrianScaleOperator" parameter="@f" weight="5.0"/>
|
|
184
184
|
<operator spec="BactrianScaleOperator" parameter="@gammaShape" weight="1.0"/>
|
|
185
185
|
<operator spec="BactrianScaleOperator" parameter="@kappa" weight="1.0"/>
|
|
186
186
|
|
|
@@ -22,14 +22,14 @@ def run_beast():
|
|
|
22
22
|
all_predictors_data = " ".join(
|
|
23
23
|
[
|
|
24
24
|
f"-D msa_file={msa_file}",
|
|
25
|
-
f"-D
|
|
25
|
+
f"-D changeTimesFile={predictors_dir / 'changetimes_all_7e.tsv'}",
|
|
26
26
|
f"-D predictorFiles={all_predictor_files}",
|
|
27
27
|
]
|
|
28
28
|
)
|
|
29
29
|
flight_predictor_data = " ".join(
|
|
30
30
|
[
|
|
31
31
|
f"-D msa_file={msa_file}",
|
|
32
|
-
f"-D
|
|
32
|
+
f"-D changeTimesFile={predictors_dir / 'changetimes_flights_4e.tsv'}",
|
|
33
33
|
f"-D predictorFiles={predictors_dir / 'flight_pop_x_4e_ls.tsv'}",
|
|
34
34
|
]
|
|
35
35
|
)
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
bella_companion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
bella_companion/cli.py,sha256=0SwDxkDPqvsp36kGnrBMLPIhAQM8PIpNXrztZayqmDc,2409
|
|
3
3
|
bella_companion/eucovid/__init__.py,sha256=09Ld_G7fZvCDCgEWsmaOyLVQ8pFc9QHAGnXKJ9Zm2AM,81
|
|
4
|
-
bella_companion/eucovid/beast_configs/GLM.xml,sha256=
|
|
4
|
+
bella_companion/eucovid/beast_configs/GLM.xml,sha256=ng13sapf8qe1OGm3xSjl-N_4Fa0gWEOPU172z2XpyQM,11731
|
|
5
5
|
bella_companion/eucovid/beast_configs/MLP.xml,sha256=4niHx3FmSsmKyDv9eNS1g9cZ6ShHbWjzXIbfg8pQa-k,11347
|
|
6
|
-
bella_companion/eucovid/beast_configs/Nonparametric.xml,sha256=
|
|
6
|
+
bella_companion/eucovid/beast_configs/Nonparametric.xml,sha256=oDOxiXPlL5zwuvyOPkdZmdSprivYNbDScjT1IvWnZFI,11548
|
|
7
7
|
bella_companion/eucovid/data/case_data.tsv,sha256=XaSzZh5NcEMVt9d_XlQ19T8UuEkHGrjpSFXhe9IycNg,12412
|
|
8
8
|
bella_companion/eucovid/data/change_dates.tsv,sha256=_pmVFYiL4X9Pd79uYVgyz3sKeRap7xVcXk0OjqVhuVQ,227
|
|
9
9
|
bella_companion/eucovid/data/msa.fasta,sha256=sWaVSINSJDDLjmwlpl31JWM5VnKF7yViSpERI69glQc,4839354
|
|
@@ -20,7 +20,7 @@ bella_companion/eucovid/data/predictors/all/sharedborders_7e_nt.tsv,sha256=pPVT5
|
|
|
20
20
|
bella_companion/eucovid/data/predictors/changetimes_all_7e.tsv,sha256=hH0xXD2lr_8RPQRqvENv6clPHauAXH22SGQHb3hlfzs,120
|
|
21
21
|
bella_companion/eucovid/data/predictors/changetimes_flights_4e.tsv,sha256=XEepIXKRwcKknJq4-ovKlorvCypGi67B8znuQ5f1LTg,60
|
|
22
22
|
bella_companion/eucovid/data/predictors/flight_pop_x_4e_ls.tsv,sha256=tMR9-tuGtC3rVABXUtNdV9irUX-9aCCVb_fwksHTn8U,1068
|
|
23
|
-
bella_companion/eucovid/run_beast.py,sha256=
|
|
23
|
+
bella_companion/eucovid/run_beast.py,sha256=L_Ng1kG8o94kK3HNeVj1Yq6FsPjolGWWxfnxRrcQeu0,3662
|
|
24
24
|
bella_companion/platyrrhine/__init__.py,sha256=dIx6exNz-vuKiG5FZumvq74QUWcIEFd3L6ErqnOa83c,274
|
|
25
25
|
bella_companion/platyrrhine/beast_config.xml,sha256=8A6E5iPu9FqDL3UdlsqDbabLFlC6Qhfa4Ta47niRkVA,7090
|
|
26
26
|
bella_companion/platyrrhine/data/change_times.csv,sha256=tedobHbaY7-6M3V6F6HSqGAU9dpeeajR5mu1XGJfp6w,68
|
|
@@ -69,7 +69,7 @@ bella_companion/utils/__init__.py,sha256=UtMwPK9dWf9NAl0ic8CSsgdW7aSm-5J49OqgvD7
|
|
|
69
69
|
bella_companion/utils/beast.py,sha256=TBa0cLklX1_tXqoQE4LRYvds7mLg_9fS2-6U6OHENHo,2184
|
|
70
70
|
bella_companion/utils/explain.py,sha256=uP7HPyn2YiykAI69BQV3RooDpC6qKoCLXfp3Uibp4zk,1475
|
|
71
71
|
bella_companion/utils/slurm.py,sha256=v5DaG7YHVyK8KRFptgGDC6I8jxEhyJuMVK9N08pZSAI,1812
|
|
72
|
-
bella_companion-0.0.
|
|
73
|
-
bella_companion-0.0.
|
|
74
|
-
bella_companion-0.0.
|
|
75
|
-
bella_companion-0.0.
|
|
72
|
+
bella_companion-0.0.19.dist-info/METADATA,sha256=xTGQXsmCvuL4RhWlp5-EmPs1vQWApd-A11r-ICeUmxo,576
|
|
73
|
+
bella_companion-0.0.19.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
74
|
+
bella_companion-0.0.19.dist-info/entry_points.txt,sha256=rSeKoAhmjnQqAYFcXBv0gAM2ViJfJe0D8_dD-fWrXeg,50
|
|
75
|
+
bella_companion-0.0.19.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|