|
37 | 37 | "text": [ |
38 | 38 | " % Total % Received % Xferd Average Speed Time Time Time Current\n", |
39 | 39 | " Dload Upload Total Spent Left Speed\n", |
40 | | - "100 12.7M 100 12.7M 0 0 604k 0 0:00:21 0:00:21 --:--:-- 693k\n", |
| 40 | + "100 12.7M 100 12.7M 0 0 2951k 0 0:00:04 0:00:04 --:--:-- 2951k\n", |
41 | 41 | "Archive: septop_results.zip\n", |
42 | 42 | " inflating: septop_results/pre_openfe_v1.11/results_2/rbfe_1_7b.json \n", |
43 | 43 | " inflating: septop_results/pre_openfe_v1.11/results_2/rbfe_7a_7b.json \n", |
|
403 | 403 | " m = Measurement(\n", |
404 | 404 | " labelA=ligA,\n", |
405 | 405 | " labelB=ligB,\n", |
406 | | - " DG=DDGbind * unit.kilocalorie_per_mole,\n", |
407 | | - " uncertainty=bind_unc * unit.kilocalorie_per_mole,\n", |
| 406 | + " DG=float(DDGbind) * unit.kilocalorie_per_mole,\n", |
| 407 | + " uncertainty=float(bind_unc) * unit.kilocalorie_per_mole,\n", |
408 | 408 | " computational=True,\n", |
409 | 409 | " )\n", |
410 | 410 | " fe_results.append(m)\n", |
|
492 | 492 | "execution_count": 11, |
493 | 493 | "id": "3b81c26b-4e3d-4bca-bfb1-4f72c75ec1bf", |
494 | 494 | "metadata": {}, |
495 | | - "outputs": [], |
| 495 | + "outputs": [ |
| 496 | + { |
| 497 | + "name": "stderr", |
| 498 | + "output_type": "stream", |
| 499 | + "text": [ |
| 500 | + "/Users/joshua/mambaforge/envs/openfe_dev/lib/python3.12/site-packages/openmoltools/utils.py:9: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.\n", |
| 501 | + " from pkg_resources import resource_filename\n", |
| 502 | + "/Users/joshua/mambaforge/envs/openfe_dev/lib/python3.12/site-packages/Bio/Application/__init__.py:39: BiopythonDeprecationWarning: The Bio.Application modules and modules relying on it have been deprecated.\n", |
| 503 | + "\n", |
| 504 | + "Due to the on going maintenance burden of keeping command line application\n", |
| 505 | + "wrappers up to date, we have decided to deprecate and eventually remove these\n", |
| 506 | + "modules.\n", |
| 507 | + "\n", |
| 508 | + "We instead now recommend building your command line and invoking it directly\n", |
| 509 | + "with the subprocess module.\n", |
| 510 | + " warnings.warn(\n" |
| 511 | + ] |
| 512 | + } |
| 513 | + ], |
496 | 514 | "source": [ |
497 | 515 | "# Specify paths to result directories\n", |
498 | 516 | "results_dir = [pathlib.Path(\"septop_results/current/\")]\n", |
|
1145 | 1163 | ], |
1146 | 1164 | "metadata": { |
1147 | 1165 | "kernelspec": { |
1148 | | - "display_name": "Python 3 (ipykernel)", |
| 1166 | + "display_name": "openfe_dev", |
1149 | 1167 | "language": "python", |
1150 | 1168 | "name": "python3" |
1151 | 1169 | }, |
|
1159 | 1177 | "name": "python", |
1160 | 1178 | "nbconvert_exporter": "python", |
1161 | 1179 | "pygments_lexer": "ipython3", |
1162 | | - "version": "3.13.13" |
| 1180 | + "version": "3.12.9" |
1163 | 1181 | }, |
1164 | 1182 | "widgets": { |
1165 | 1183 | "application/vnd.jupyter.widget-state+json": { |
|
0 commit comments