bella-companion 0.0.0__tar.gz → 0.0.1__tar.gz
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-0.0.0 → bella_companion-0.0.1}/PKG-INFO +2 -2
- bella_companion-0.0.1/bella_companion/cli.py +23 -0
- bella_companion-0.0.1/bella_companion/simulations/__init__.py +3 -0
- bella_companion-0.0.1/bella_companion/simulations/__pycache__/__init__.cpython-310.pyc +0 -0
- bella_companion-0.0.1/bella_companion/simulations/__pycache__/features.cpython-310.pyc +0 -0
- bella_companion-0.0.1/bella_companion/simulations/__pycache__/generate_data.cpython-310.pyc +0 -0
- bella_companion-0.0.1/bella_companion/simulations/scenarios/__pycache__/__init__.cpython-310.pyc +0 -0
- bella_companion-0.0.1/bella_companion/simulations/scenarios/__pycache__/common.cpython-310.pyc +0 -0
- bella_companion-0.0.1/bella_companion/simulations/scenarios/__pycache__/epi_multitype.cpython-310.pyc +0 -0
- bella_companion-0.0.1/bella_companion/simulations/scenarios/__pycache__/epi_skyline.cpython-310.pyc +0 -0
- bella_companion-0.0.1/bella_companion/simulations/scenarios/__pycache__/fbd_2traits.cpython-310.pyc +0 -0
- bella_companion-0.0.1/bella_companion/simulations/scenarios/__pycache__/fbd_no_traits.cpython-310.pyc +0 -0
- bella_companion-0.0.1/bella_companion/simulations/scenarios/__pycache__/scenario.cpython-310.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/pyproject.toml +5 -2
- bella_companion-0.0.0/bella_companion/cli.py +0 -24
- bella_companion-0.0.0/bella_companion/simulations/figures/__init__.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/__init__.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/fbd_empirical/__pycache__/run_beast.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/fbd_empirical/__pycache__/run_mlp.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/fbd_empirical/__pycache__/run_nonparametric.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/fbd_empirical/__pycache__/summarize_logs.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/fbd_empirical/data/body_mass.csv +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/fbd_empirical/data/change_times.csv +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/fbd_empirical/data/sampling_change_times.csv +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/fbd_empirical/data/trees.nwk +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/fbd_empirical/figure.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/fbd_empirical/notbooks.ipynb +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/fbd_empirical/params.json +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/fbd_empirical/run_beast.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/fbd_empirical/summarize_logs.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/__pycache__/__init__.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/__pycache__/features.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/__pycache__/generate_data.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/__pycache__/run_beast.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/__pycache__/summarize_logs.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/features.py +0 -0
- {bella_companion-0.0.0/bella_companion/simulations → bella_companion-0.0.1/bella_companion/simulations/figures}/__init__.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/figures/__pycache__/__init__.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/figures/__pycache__/epi_explainations.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/figures/__pycache__/epi_predictions.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/figures/__pycache__/epi_simulations.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/figures/__pycache__/fbd_explainations.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/figures/__pycache__/fbd_predictions.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/figures/__pycache__/fbd_simulations.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/figures/__pycache__/figure1.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/figures/__pycache__/plot.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/figures/__pycache__/scenarios.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/figures/__pycache__/utils.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/figures/epi_explainations.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/figures/epi_predictions.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/figures/fbd_explainations.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/figures/fbd_predictions.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/figures/scenarios.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/figures/utils.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/generate_data.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/run_beast.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/scenarios/__init__.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/scenarios/__pycache__/__init__.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/scenarios/__pycache__/common.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/scenarios/__pycache__/epi_multitype.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/scenarios/__pycache__/epi_skyline.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/scenarios/__pycache__/fbd_2traits.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/scenarios/__pycache__/fbd_no_traits.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/scenarios/__pycache__/scenario.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/scenarios/__pycache__/utils.cpython-311.pyc +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/scenarios/common.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/scenarios/epi_multitype.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/scenarios/epi_skyline.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/scenarios/fbd_2traits.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/scenarios/fbd_no_traits.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/scenarios/scenario.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/summarize_logs.py +0 -0
- {bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: bella-companion
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.1
|
|
4
4
|
Summary:
|
|
5
5
|
Author: gabriele-marino
|
|
6
6
|
Author-email: gabmarino.8601@gmail.com
|
|
@@ -10,4 +10,4 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
10
10
|
Classifier: Programming Language :: Python :: 3.11
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.12
|
|
12
12
|
Requires-Dist: dotenv (>=0.9.9,<0.10.0)
|
|
13
|
-
Requires-Dist: phylogenie (>=2.1.
|
|
13
|
+
Requires-Dist: phylogenie (>=2.1.15,<3.0.0)
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import argparse
|
|
2
|
+
|
|
3
|
+
from dotenv import load_dotenv
|
|
4
|
+
from bella_companion.simulations import generate_data
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
def main():
|
|
8
|
+
load_dotenv()
|
|
9
|
+
|
|
10
|
+
parser = argparse.ArgumentParser(
|
|
11
|
+
prog="bella",
|
|
12
|
+
description="Companion tool with experiments and evaluation for Bayesian Evolutionary Layered Learning Architectures (BELLA) BEAST2 package.",
|
|
13
|
+
)
|
|
14
|
+
|
|
15
|
+
subparsers = parser.add_subparsers(dest="command", required=True)
|
|
16
|
+
|
|
17
|
+
gen_sim_data_parser = subparsers.add_parser(
|
|
18
|
+
"generate-simulations-data", help="Generate simulation data"
|
|
19
|
+
)
|
|
20
|
+
gen_sim_data_parser.set_defaults(func=generate_data)
|
|
21
|
+
|
|
22
|
+
args = parser.parse_args()
|
|
23
|
+
args.func()
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
bella_companion-0.0.1/bella_companion/simulations/scenarios/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file
|
bella_companion-0.0.1/bella_companion/simulations/scenarios/__pycache__/common.cpython-310.pyc
ADDED
|
Binary file
|
|
Binary file
|
bella_companion-0.0.1/bella_companion/simulations/scenarios/__pycache__/epi_skyline.cpython-310.pyc
ADDED
|
Binary file
|
bella_companion-0.0.1/bella_companion/simulations/scenarios/__pycache__/fbd_2traits.cpython-310.pyc
ADDED
|
Binary file
|
|
Binary file
|
bella_companion-0.0.1/bella_companion/simulations/scenarios/__pycache__/scenario.cpython-310.pyc
ADDED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "bella-companion"
|
|
3
|
-
version = "0.0.
|
|
3
|
+
version = "0.0.1"
|
|
4
4
|
description = ""
|
|
5
5
|
authors = ["gabriele-marino <gabmarino.8601@gmail.com>"]
|
|
6
6
|
|
|
@@ -8,7 +8,10 @@ authors = ["gabriele-marino <gabmarino.8601@gmail.com>"]
|
|
|
8
8
|
python = "^3.10"
|
|
9
9
|
|
|
10
10
|
dotenv = "^0.9.9"
|
|
11
|
-
phylogenie = "^2.1.
|
|
11
|
+
phylogenie = "^2.1.15"
|
|
12
|
+
|
|
13
|
+
[tool.poetry.scripts]
|
|
14
|
+
bella = "bella_companion.cli:main"
|
|
12
15
|
|
|
13
16
|
[tool.pyright]
|
|
14
17
|
typeCheckingMode = "strict"
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import argparse
|
|
2
|
-
|
|
3
|
-
from dotenv import load_dotenv
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
def main():
|
|
7
|
-
load_dotenv()
|
|
8
|
-
|
|
9
|
-
parser = argparse.ArgumentParser(prog="bella")
|
|
10
|
-
subparsers = parser.add_subparsers(dest="command")
|
|
11
|
-
|
|
12
|
-
gen_sim_data_parser = subparsers.add_parser("generate-simulations-data")
|
|
13
|
-
generate_simulations_data_parser.set_defaults(func=generate_simulations_data)
|
|
14
|
-
|
|
15
|
-
args = parser.parse_args()
|
|
16
|
-
if hasattr(args, "func"):
|
|
17
|
-
args.func(args)
|
|
18
|
-
else:
|
|
19
|
-
parser.print_help()
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
def generate_simulations_data(args):
|
|
23
|
-
print("Generating simulations data...")
|
|
24
|
-
# your logic here
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/fbd_empirical/data/body_mass.csv
RENAMED
|
File without changes
|
{bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/fbd_empirical/data/change_times.csv
RENAMED
|
File without changes
|
|
File without changes
|
{bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/fbd_empirical/data/trees.nwk
RENAMED
|
File without changes
|
|
File without changes
|
{bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/fbd_empirical/notbooks.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/fbd_empirical/summarize_logs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/figures/scenarios.py
RENAMED
|
File without changes
|
{bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/figures/utils.py
RENAMED
|
File without changes
|
{bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/generate_data.py
RENAMED
|
File without changes
|
|
File without changes
|
{bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/scenarios/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/scenarios/common.py
RENAMED
|
File without changes
|
|
File without changes
|
{bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/scenarios/epi_skyline.py
RENAMED
|
File without changes
|
{bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/scenarios/fbd_2traits.py
RENAMED
|
File without changes
|
|
File without changes
|
{bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/scenarios/scenario.py
RENAMED
|
File without changes
|
{bella_companion-0.0.0 → bella_companion-0.0.1}/bella_companion/simulations/summarize_logs.py
RENAMED
|
File without changes
|
|
File without changes
|