mol-healer 0.1.0__tar.gz → 0.1.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.
- {mol_healer-0.1.0/mol_healer.egg-info → mol_healer-0.1.1}/PKG-INFO +1 -1
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/__init__.py +1 -1
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/domain/bb_repository.py +2 -1
- {mol_healer-0.1.0 → mol_healer-0.1.1/mol_healer.egg-info}/PKG-INFO +1 -1
- {mol_healer-0.1.0 → mol_healer-0.1.1}/pyproject.toml +1 -1
- {mol_healer-0.1.0 → mol_healer-0.1.1}/LICENSE +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/README.md +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/application/__init__.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/application/healer.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/application/optimizers.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/application/tree_builder.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/cli.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/data/buildingblocks/test_100_bb.sdf +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/data/buildingblocks/test_100_bb_processed.sdf +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/data/reactions/datamol_rxns.json +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/data/reactions/reactions.json +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/domain/__init__.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/domain/building_block.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/domain/composition.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/domain/enumeration_record.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/domain/reaction_template.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/domain/retro_step.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/scripts/__init__.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/scripts/preprocess_bb_source.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/utils/__init__.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/utils/plotting.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/utils/rdkit_monkey_patch.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/utils/utils.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/__init__.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/app.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/celery_worker.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/interface.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/models.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/routes.py +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/assets/index-26iheSaM.js +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/assets/index-CKoNYPy6.css +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/favicon.ico +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/healer_logo_no_text.png +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/index.html +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/apple-touch-icon.png +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/apple-touch-icon.png:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/asset-manifest.json +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/asset-manifest.json:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/duo.html +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/duo.html:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/favicon-16x16.png +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/favicon-16x16.png:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/favicon-32x32.png +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/favicon-32x32.png:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/favicon.ico +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/favicon.ico:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/iframe.html +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/iframe.html:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/index.html +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/index.html:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/logo.svg +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/logo.svg:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/manifest.json +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/manifest.json:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/popup.html +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/popup.html:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/robots.txt +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/robots.txt:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/serve.json +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/serve.json:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/css/duo.de62a271.css +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/css/duo.de62a271.css:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/css/main.de62a271.css +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/css/main.de62a271.css:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/css/popup.de62a271.css +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/css/popup.de62a271.css:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/159.79fa9732.chunk.js +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/159.79fa9732.chunk.js:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/269.f5b4f042.chunk.js +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/269.f5b4f042.chunk.js:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/412.aebbbad4.chunk.js +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/412.aebbbad4.chunk.js:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/58.d9a0d434.chunk.js +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/58.d9a0d434.chunk.js.LICENSE.txt +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/58.d9a0d434.chunk.js.LICENSE.txt:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/58.d9a0d434.chunk.js:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/duo.0464b98a.js +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/duo.0464b98a.js.LICENSE.txt +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/duo.0464b98a.js.LICENSE.txt:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/duo.0464b98a.js:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/main.9c6dddff.js +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/main.9c6dddff.js.LICENSE.txt +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/main.9c6dddff.js.LICENSE.txt:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/main.9c6dddff.js:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/popup.a25226a6.js +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/popup.a25226a6.js.LICENSE.txt +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/popup.a25226a6.js.LICENSE.txt:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/popup.a25226a6.js:Zone.Identifier +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/mol_healer.egg-info/SOURCES.txt +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/mol_healer.egg-info/dependency_links.txt +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/mol_healer.egg-info/entry_points.txt +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/mol_healer.egg-info/requires.txt +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/mol_healer.egg-info/top_level.txt +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/setup.cfg +0 -0
- {mol_healer-0.1.0 → mol_healer-0.1.1}/tests/test_tree_builder.py +0 -0
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
from __future__ import annotations
|
|
5
5
|
|
|
6
|
+
import os
|
|
6
7
|
import logging
|
|
7
8
|
from dataclasses import dataclass, field
|
|
8
9
|
from pathlib import Path
|
|
@@ -19,7 +20,7 @@ logger = logging.getLogger(__name__)
|
|
|
19
20
|
|
|
20
21
|
_HEALER_PKG = Path(__file__).parent.parent
|
|
21
22
|
_DATA_DIR = _HEALER_PKG / "data"
|
|
22
|
-
_BB_DIR = _DATA_DIR / "buildingblocks"
|
|
23
|
+
_BB_DIR = Path(os.getenv("HEALER_DATA_DIR", str(_DATA_DIR / "buildingblocks")))
|
|
23
24
|
|
|
24
25
|
BB_PATHS: Dict[str, str] = {
|
|
25
26
|
"US_stock": str(_BB_DIR / "Enamine_Rush-Delivery_Building_Blocks-US" / "*_processed.sdf"),
|
|
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
|
|
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
|
{mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/apple-touch-icon.png:Zone.Identifier
RENAMED
|
File without changes
|
|
File without changes
|
{mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/asset-manifest.json:Zone.Identifier
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/favicon-16x16.png:Zone.Identifier
RENAMED
|
File without changes
|
|
File without changes
|
{mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/favicon-32x32.png:Zone.Identifier
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
|
{mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/manifest.json:Zone.Identifier
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
|
{mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/css/main.de62a271.css
RENAMED
|
File without changes
|
|
File without changes
|
{mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/css/popup.de62a271.css
RENAMED
|
File without changes
|
|
File without changes
|
{mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/159.79fa9732.chunk.js
RENAMED
|
File without changes
|
|
File without changes
|
{mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/269.f5b4f042.chunk.js
RENAMED
|
File without changes
|
|
File without changes
|
{mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/412.aebbbad4.chunk.js
RENAMED
|
File without changes
|
|
File without changes
|
{mol_healer-0.1.0 → mol_healer-0.1.1}/healer/web/static/ketcher/static/js/58.d9a0d434.chunk.js
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
|