rc-foundry 0.1.4__py3-none-any.whl → 0.1.5__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.
- foundry/version.py +2 -2
- {rc_foundry-0.1.4.dist-info → rc_foundry-0.1.5.dist-info}/METADATA +1 -1
- {rc_foundry-0.1.4.dist-info → rc_foundry-0.1.5.dist-info}/RECORD +7 -7
- rfd3/run_inference.py +3 -7
- {rc_foundry-0.1.4.dist-info → rc_foundry-0.1.5.dist-info}/WHEEL +0 -0
- {rc_foundry-0.1.4.dist-info → rc_foundry-0.1.5.dist-info}/entry_points.txt +0 -0
- {rc_foundry-0.1.4.dist-info → rc_foundry-0.1.5.dist-info}/licenses/LICENSE.md +0 -0
foundry/version.py
CHANGED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.1.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 1,
|
|
31
|
+
__version__ = version = '0.1.5'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 1, 5)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rc-foundry
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.5
|
|
4
4
|
Summary: Shared utilities and training infrastructure for biomolecular structure prediction models.
|
|
5
5
|
Author-email: Institute for Protein Design <contact@ipd.uw.edu>
|
|
6
6
|
License: BSD 3-Clause License
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
foundry/__init__.py,sha256=H8S1nl5v6YeW8ggn1jKy4GdtH7c-FGS-j7CqUCAEnAU,1926
|
|
2
2
|
foundry/common.py,sha256=Aur8mH-CNmcUqSsw7VgaCQSW5sH1Bqf8Da91jzxPV1Y,3035
|
|
3
3
|
foundry/constants.py,sha256=0n1wBKCvNuw3QaQehSbmsHYkIdaGn3tLeRFItBrdeHY,913
|
|
4
|
-
foundry/version.py,sha256=
|
|
4
|
+
foundry/version.py,sha256=rdxBMYpwzYxiWk08QbPLHSAxHoDfeKWwyaJIAM0lSic,704
|
|
5
5
|
foundry/callbacks/__init__.py,sha256=VsRT1e4sqlJHPcTCsfupMEx82Iz-LoOAGPpwvf_OJeE,126
|
|
6
6
|
foundry/callbacks/callback.py,sha256=xZBo_suP4bLrP6gl5uJPbaXm00DXigePa6dMeDxucgg,3890
|
|
7
7
|
foundry/callbacks/health_logging.py,sha256=tEtkByOlaAA7nnelxb7PbM9_dcIgOsdbxCdQY3K5pMc,16664
|
|
@@ -120,7 +120,7 @@ rfd3/callbacks.py,sha256=Zjt8RiaYWquoKOwRmC_wCUbRbov-V4zd2_73zjhgDHE,2783
|
|
|
120
120
|
rfd3/cli.py,sha256=TZpZouXGmwAMFaH8hp4r3q9tbUi1xlcN8n_r8hO2q8c,1424
|
|
121
121
|
rfd3/constants.py,sha256=wLvDzrThpOrK8T3wGFNQeGrhAXOJQze8l3v_7pjIdMM,13141
|
|
122
122
|
rfd3/engine.py,sha256=La_dB48Ewz0IdY1ocxvSWg-PXVAsySm0OGvwyz42lI8,20824
|
|
123
|
-
rfd3/run_inference.py,sha256=
|
|
123
|
+
rfd3/run_inference.py,sha256=ljzsCKEtrlfAvP0SDFPeQwTM3rV_X3ewHOhcRFVI37c,1258
|
|
124
124
|
rfd3/train.py,sha256=rHswffIUhOae3_iYyvAiQ3jALoFuzrcRUgMlbJLinlI,7947
|
|
125
125
|
rfd3/inference/datasets.py,sha256=u-2U7deHXu-iOs7doiKKynewP-NEyJfdORSTDzUSaQI,6538
|
|
126
126
|
rfd3/inference/input_parsing.py,sha256=mk3HBvo7MPTFEET7NagCo5TSjb47w-hxUDoeQxUW_h4,45449
|
|
@@ -173,8 +173,8 @@ rfd3/transforms/virtual_atoms.py,sha256=UpmxzPPd5FaJigcRoxgLSHHrLLOqsCvZ5PPZfQSG
|
|
|
173
173
|
rfd3/utils/inference.py,sha256=RQp5CCy6Z6uHVZ2Mx0zmmGluYEOrASke4bABtfRjpy0,26448
|
|
174
174
|
rfd3/utils/io.py,sha256=wbdjUTQkDc3RCSM7gdogA-XOKR68HeQ-cfvyN4pP90w,9849
|
|
175
175
|
rfd3/utils/vizualize.py,sha256=HPlczrA3zkOuxV5X05eOvy_Oga9e3cPnFUXOEP4RR_g,11046
|
|
176
|
-
rc_foundry-0.1.
|
|
177
|
-
rc_foundry-0.1.
|
|
178
|
-
rc_foundry-0.1.
|
|
179
|
-
rc_foundry-0.1.
|
|
180
|
-
rc_foundry-0.1.
|
|
176
|
+
rc_foundry-0.1.5.dist-info/METADATA,sha256=aUG8GCa8x-SjkduDG2FaLlLx5hT7uZW5qTZuoWv39l0,10585
|
|
177
|
+
rc_foundry-0.1.5.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
178
|
+
rc_foundry-0.1.5.dist-info/entry_points.txt,sha256=BmiWCbWGtrd_lSOFMuCLBXyo84B7Nco-alj7hB0Yw9A,130
|
|
179
|
+
rc_foundry-0.1.5.dist-info/licenses/LICENSE.md,sha256=NKtPCJ7QMysFmzeDg56ZfUStvgzbq5sOvRQv7_ddZOs,1533
|
|
180
|
+
rc_foundry-0.1.5.dist-info/RECORD,,
|
rfd3/run_inference.py
CHANGED
|
@@ -3,20 +3,16 @@
|
|
|
3
3
|
import os
|
|
4
4
|
|
|
5
5
|
import hydra
|
|
6
|
-
import rootutils
|
|
7
6
|
from dotenv import load_dotenv
|
|
8
7
|
from omegaconf import DictConfig, OmegaConf
|
|
9
8
|
|
|
10
9
|
from rfd3.engine import RFD3InferenceConfig, RFD3InferenceEngine
|
|
11
10
|
|
|
12
|
-
# Setup root dir and environment variables (more info: https://github.com/ashleve/rootutils)
|
|
13
|
-
# NOTE: Sets the `PROJECT_ROOT` environment variable to the root directory of the project (where `.project-root` is located)
|
|
14
|
-
rootutils.setup_root(__file__, indicator=".project-root", pythonpath=True)
|
|
15
|
-
|
|
16
11
|
load_dotenv(override=True)
|
|
17
12
|
|
|
18
|
-
#
|
|
19
|
-
|
|
13
|
+
# For pip-installed package, configs should be relative to this file
|
|
14
|
+
# Adjust this path based on where configs are bundled in the package
|
|
15
|
+
_config_path = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(__file__))), "configs")
|
|
20
16
|
|
|
21
17
|
|
|
22
18
|
@hydra.main(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|