bella-companion 0.1.1__py3-none-any.whl → 0.1.3__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.

@@ -94,27 +94,27 @@
94
94
  </distribution>
95
95
 
96
96
  <!-- Sampling proportion in China -->
97
- <distribution spec="SmartZeroExcludingPrior" x="@samplingProportionValues" classesToExclude="1.1E-4 1.2E-4 1.3E-4 1.4E-4 1.5E-4">
97
+ <distribution spec="SmartZeroExcludingPrior" x="@samplingProportion" classesToExclude="1.1E-4 1.2E-4 1.3E-4 1.4E-4 1.5E-4">
98
98
  <Uniform name="distr" upper="0.024714828897338403"/>
99
99
  </distribution>
100
100
  <!-- Sampling proportion in China -->
101
- <distribution spec="SmartZeroExcludingPrior" x="@samplingProportionValues" classesToExclude="1.11E-4 1.2E-4 1.3E-4 1.4E-4 1.5E-4">
101
+ <distribution spec="SmartZeroExcludingPrior" x="@samplingProportion" classesToExclude="1.11E-4 1.2E-4 1.3E-4 1.4E-4 1.5E-4">
102
102
  <Uniform name="distr" upper="$1.8682742128337982e-4"/>
103
103
  </distribution>
104
104
  <!-- Sampling proportion in France -->
105
- <distribution spec="SmartZeroExcludingPrior" x="@samplingProportionValues" classesToExclude="1.1E-4 1.11E-4 1.3E-4 1.4E-4 1.5E-4">
105
+ <distribution spec="SmartZeroExcludingPrior" x="@samplingProportion" classesToExclude="1.1E-4 1.11E-4 1.3E-4 1.4E-4 1.5E-4">
106
106
  <Uniform name="distr" upper="0.09217877094972067"/>
107
107
  </distribution>
108
108
  <!-- Sampling proportion in Germany -->
109
- <distribution spec="SmartZeroExcludingPrior" x="@samplingProportionValues" classesToExclude="1.1E-4 1.11E-4 1.2E-4 1.4E-4 1.5E-4">
109
+ <distribution spec="SmartZeroExcludingPrior" x="@samplingProportion" classesToExclude="1.1E-4 1.11E-4 1.2E-4 1.4E-4 1.5E-4">
110
110
  <Uniform name="distr" upper="0.01770956316410862"/>
111
111
  </distribution>
112
112
  <!-- Sampling proportion in Germany -->
113
- <distribution spec="SmartZeroExcludingPrior" x="@samplingProportionValues" classesToExclude="1.1E-4 1.11E-4 1.2E-4 1.3E-4 1.5E-4">
113
+ <distribution spec="SmartZeroExcludingPrior" x="@samplingProportion" classesToExclude="1.1E-4 1.11E-4 1.2E-4 1.3E-4 1.5E-4">
114
114
  <Uniform name="distr" upper="0.002209756926738059"/>
115
115
  </distribution>
116
116
  <!-- Sampling proportion in EU -->
117
- <distribution spec="SmartZeroExcludingPrior" x="@samplingProportionValues" classesToExclude="1.1E-4 1.11E-4 1.2E-4 1.3E-4 1.4E-4">
117
+ <distribution spec="SmartZeroExcludingPrior" x="@samplingProportion" classesToExclude="1.1E-4 1.11E-4 1.2E-4 1.3E-4 1.4E-4">
118
118
  <Uniform name="distr" lower="0" upper="0.012770137524557957"/>
119
119
  </distribution>
120
120
 
@@ -14,13 +14,13 @@ def run_beast():
14
14
  data_dir = Path(__file__).parent / "data"
15
15
  beast_configs_dir = Path(__file__).parent / "beast_configs"
16
16
 
17
- for seed, model in product(range(3), ["GLM", "MLP"]):
17
+ for seed, model in product(range(1, 4), ["GLM", "MLP"]):
18
18
  extra_data = '-D layersRange="0,1,2",nodes="16 8"' if model == "MLP" else ""
19
19
  os.makedirs(output_dir / model, exist_ok=True)
20
20
  submit_job(
21
21
  " ".join(
22
22
  [
23
- *os.environ["BELLA_RUN_BEAST_CMD"],
23
+ os.environ["BELLA_RUN_BEAST_CMD"],
24
24
  f"-seed {seed}",
25
25
  f"-D msa_file={data_dir / 'msa.fasta'}",
26
26
  f"-D changeTimesFile={data_dir / 'changetimes.csv'}",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: bella-companion
3
- Version: 0.1.1
3
+ Version: 0.1.3
4
4
  Summary: Bayesian Evolutionary Layered Learning Architectures (BELLA) companion
5
5
  Author: gabriele-marino
6
6
  Author-email: gabriele-marino <gabmarino.8601@gmail.com>
@@ -1,14 +1,13 @@
1
- bella_companion/.DS_Store,sha256=1lFlJ5EFymdzGAUAaI30vcaaLHt3F1LwpG7xILf9jsM,6148
2
1
  bella_companion/BELLA.jar,sha256=4mKDzPfz263rTqA9KS2f4Mc-UWGMuj8G48ZDonKSqVw,67408597
3
2
  bella_companion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
3
  bella_companion/cli.py,sha256=CrtV2CG6G1nKCCVu02gtNlpHNJHLnFtSaru-LFiHKKc,3014
5
4
  bella_companion/eucovid/__init__.py,sha256=09Ld_G7fZvCDCgEWsmaOyLVQ8pFc9QHAGnXKJ9Zm2AM,81
6
- bella_companion/eucovid/beast_configs/GLM.xml,sha256=-SZWxJgJdBthp132ckPpRGooKoYfKKREi6VV3pF22aY,11532
5
+ bella_companion/eucovid/beast_configs/GLM.xml,sha256=wm7aAa_4ALdzzYZIJdekClfDRZd6aMAOkLAAuNXYNMI,11496
7
6
  bella_companion/eucovid/beast_configs/MLP.xml,sha256=C2d-Mcjw44CLFL-pCYgYdbZb1bNR-6OUBtaLWLUt5AU,10539
8
7
  bella_companion/eucovid/data/changetimes.csv,sha256=XEepIXKRwcKknJq4-ovKlorvCypGi67B8znuQ5f1LTg,60
9
8
  bella_companion/eucovid/data/flights.csv,sha256=tMR9-tuGtC3rVABXUtNdV9irUX-9aCCVb_fwksHTn8U,1068
10
9
  bella_companion/eucovid/data/msa.fasta,sha256=sWaVSINSJDDLjmwlpl31JWM5VnKF7yViSpERI69glQc,4839354
11
- bella_companion/eucovid/run_beast.py,sha256=O9jULAMYIJOtQ_o4EQlG0Xh8s1Z2i27wmnGjYbvNWeM,1331
10
+ bella_companion/eucovid/run_beast.py,sha256=61aPwb5eGA5suvUysSLwOYq-HfshBOQC6V17aFSUKLY,1333
12
11
  bella_companion/features.py,sha256=xj0iwGHhLV_4jxLmG0M-jXWejuKVFJqpB0dK8Skc9n8,283
13
12
  bella_companion/platyrrhine/__init__.py,sha256=gySgNPoKaEdhcZppKMsCmS-aAcYw_rDEw0viz72Udaw,259
14
13
  bella_companion/platyrrhine/beast_config.xml,sha256=bLzavt-Zd8cmSgQQnlCBfZ9KyM7d1inOGx12VNjPFb4,7056
@@ -58,7 +57,7 @@ bella_companion/utils/explain/shap.py,sha256=ueCymQiVOcLIBy_Pf0yq7aOlI8ATehzhoxn
58
57
  bella_companion/utils/explain/typeguards.py,sha256=U6N_lBosmXqFAiakB3zkjlHXzKd16e_cYkHLh76SSFY,591
59
58
  bella_companion/utils/slurm.py,sha256=xEyf-Jxk8fy71t3fko_Ic9WtUFSdLFE3w4tR17gaBPw,1868
60
59
  bella_companion/version.xml,sha256=Gr3nsYqFhVNP0Mszl_IfilxefsPN8ZpQlGlB8OJSwnE,522
61
- bella_companion-0.1.1.dist-info/WHEEL,sha256=M6du7VZflc4UPsGphmOXHANdgk8zessdJG0DBUuoA-U,78
62
- bella_companion-0.1.1.dist-info/entry_points.txt,sha256=Jmns5P9G0EXcV26VD5Na81SD2Fri_SiUISy9Rfz5ZYI,52
63
- bella_companion-0.1.1.dist-info/METADATA,sha256=f_dbV3ST1DaBgVxI2t-cMnTN9U5197hPA8yGf4HN38U,472
64
- bella_companion-0.1.1.dist-info/RECORD,,
60
+ bella_companion-0.1.3.dist-info/WHEEL,sha256=M6du7VZflc4UPsGphmOXHANdgk8zessdJG0DBUuoA-U,78
61
+ bella_companion-0.1.3.dist-info/entry_points.txt,sha256=Jmns5P9G0EXcV26VD5Na81SD2Fri_SiUISy9Rfz5ZYI,52
62
+ bella_companion-0.1.3.dist-info/METADATA,sha256=TQM6EYAjz0H7eIwRRMpccHdLJIz0GfseUsVrBH7NzRw,472
63
+ bella_companion-0.1.3.dist-info/RECORD,,
bella_companion/.DS_Store DELETED
Binary file