|
25 | 25 | }, |
26 | 26 | { |
27 | 27 | "cell_type": "code", |
28 | | - "execution_count": null, |
| 28 | + "execution_count": 1, |
29 | 29 | "id": "8365a5cd-81f2-45ad-9b7b-9225f972da09", |
30 | 30 | "metadata": {}, |
31 | | - "outputs": [], |
| 31 | + "outputs": [ |
| 32 | + { |
| 33 | + "name": "stdout", |
| 34 | + "output_type": "stream", |
| 35 | + "text": [ |
| 36 | + "--2025-10-14 13:42:30-- https://zenodo.org/records/17348229/files/abfe_results.zip\n", |
| 37 | + "Resolving zenodo.org (zenodo.org)... 2001:1458:d00:25::100:372, 2001:1458:d00:24::100:f6, 2001:1458:d00:61::100:2f3, ...\n", |
| 38 | + "Connecting to zenodo.org (zenodo.org)|2001:1458:d00:25::100:372|:443... connected.\n", |
| 39 | + "HTTP request sent, awaiting response... 200 OK\n", |
| 40 | + "Length: 1005319 (982K) [application/octet-stream]\n", |
| 41 | + "Saving to: ‘abfe_results.zip’\n", |
| 42 | + "\n", |
| 43 | + "abfe_results.zip 100%[===================>] 981.76K 1.61MB/s in 0.6s \n", |
| 44 | + "\n", |
| 45 | + "2025-10-14 13:42:31 (1.61 MB/s) - ‘abfe_results.zip’ saved [1005319/1005319]\n", |
| 46 | + "\n", |
| 47 | + "Archive: abfe_results.zip\n", |
| 48 | + " creating: abfe_results\n", |
| 49 | + " creating: abfe_results/results_2\n", |
| 50 | + " inflating: abfe_results/toluene_results.json \n", |
| 51 | + " creating: abfe_results/results_1\n", |
| 52 | + " creating: abfe_results/results_0\n", |
| 53 | + " inflating: abfe_results/results_2/1.json \n", |
| 54 | + " inflating: abfe_results/results_1/1.json \n", |
| 55 | + " inflating: abfe_results/results_0/1.json \n" |
| 56 | + ] |
| 57 | + } |
| 58 | + ], |
32 | 59 | "source": [ |
33 | | - "# ToDo: Update this!!!\n", |
34 | | - "!wget https://zenodo.org/records/17019064/files/abfe_results.zip\n", |
| 60 | + "!wget https://zenodo.org/records/17348229/files/abfe_results.zip\n", |
35 | 61 | "!unzip abfe_results.zip" |
36 | 62 | ] |
37 | 63 | }, |
|
46 | 72 | }, |
47 | 73 | { |
48 | 74 | "cell_type": "code", |
49 | | - "execution_count": 1, |
| 75 | + "execution_count": 2, |
50 | 76 | "id": "7fbf1482-25ca-427b-a881-af88a983461c", |
51 | 77 | "metadata": {}, |
52 | 78 | "outputs": [], |
|
61 | 87 | "from gufe.tokenization import JSON_HANDLER\n", |
62 | 88 | "import pandas as pd\n", |
63 | 89 | "from openff.units import unit\n", |
64 | | - "import math\n", |
65 | 90 | "from openfecli.commands.gather import (\n", |
66 | 91 | " format_estimate_uncertainty,\n", |
67 | 92 | " _collect_result_jsons,\n", |
68 | 93 | " load_json,\n", |
69 | | - ")\n", |
70 | | - "from cinnabar import Measurement, FEMap" |
| 94 | + ")" |
71 | 95 | ] |
72 | 96 | }, |
73 | 97 | { |
|
83 | 107 | }, |
84 | 108 | { |
85 | 109 | "cell_type": "code", |
86 | | - "execution_count": 2, |
| 110 | + "execution_count": 3, |
87 | 111 | "id": "04ccdedd-84e3-4ccc-ae42-4f3772acb115", |
88 | 112 | "metadata": {}, |
89 | 113 | "outputs": [], |
|
129 | 153 | }, |
130 | 154 | { |
131 | 155 | "cell_type": "code", |
132 | | - "execution_count": 3, |
| 156 | + "execution_count": 4, |
133 | 157 | "id": "3733c540-de62-45a0-ba66-268397a38b49", |
134 | 158 | "metadata": {}, |
135 | 159 | "outputs": [], |
|
187 | 211 | }, |
188 | 212 | { |
189 | 213 | "cell_type": "code", |
190 | | - "execution_count": 4, |
| 214 | + "execution_count": 5, |
191 | 215 | "id": "08afcbcf-34a8-4450-a967-eb4ed5800ee1", |
192 | 216 | "metadata": {}, |
193 | 217 | "outputs": [], |
|
221 | 245 | }, |
222 | 246 | { |
223 | 247 | "cell_type": "code", |
224 | | - "execution_count": 5, |
| 248 | + "execution_count": 6, |
225 | 249 | "id": "a5d4aef3-1fab-40b4-848c-d59df8ee1441", |
226 | 250 | "metadata": {}, |
227 | 251 | "outputs": [], |
|
235 | 259 | }, |
236 | 260 | { |
237 | 261 | "cell_type": "code", |
238 | | - "execution_count": 6, |
| 262 | + "execution_count": 7, |
239 | 263 | "id": "0621e3a2-7906-4661-a640-c414456f8869", |
240 | 264 | "metadata": {}, |
241 | 265 | "outputs": [], |
|
339 | 363 | }, |
340 | 364 | { |
341 | 365 | "cell_type": "code", |
342 | | - "execution_count": 26, |
| 366 | + "execution_count": 10, |
343 | 367 | "id": "b077c4e2-373a-4314-a527-186bb4683262", |
344 | 368 | "metadata": {}, |
345 | 369 | "outputs": [], |
|
382 | 406 | }, |
383 | 407 | { |
384 | 408 | "cell_type": "code", |
385 | | - "execution_count": 27, |
| 409 | + "execution_count": 11, |
386 | 410 | "id": "5e026eaf-2a95-4d4a-873d-b0d6e8d622c8", |
387 | 411 | "metadata": {}, |
388 | 412 | "outputs": [], |
|
430 | 454 | }, |
431 | 455 | { |
432 | 456 | "cell_type": "code", |
433 | | - "execution_count": 30, |
| 457 | + "execution_count": 12, |
434 | 458 | "id": "7bc49c0e-6fec-409c-a01c-42c35f57dcc6", |
435 | 459 | "metadata": {}, |
436 | | - "outputs": [], |
| 460 | + "outputs": [ |
| 461 | + { |
| 462 | + "name": "stderr", |
| 463 | + "output_type": "stream", |
| 464 | + "text": [ |
| 465 | + "/Users/hannahbaumann/miniforge3/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", |
| 466 | + "\n", |
| 467 | + "Due to the on going maintenance burden of keeping command line application\n", |
| 468 | + "wrappers up to date, we have decided to deprecate and eventually remove these\n", |
| 469 | + "modules.\n", |
| 470 | + "\n", |
| 471 | + "We instead now recommend building your command line and invoking it directly\n", |
| 472 | + "with the subprocess module.\n", |
| 473 | + " warnings.warn(\n" |
| 474 | + ] |
| 475 | + } |
| 476 | + ], |
437 | 477 | "source": [ |
438 | 478 | "# Specify paths to result directories\n", |
439 | 479 | "results_dir = [\n", |
|
457 | 497 | }, |
458 | 498 | { |
459 | 499 | "cell_type": "code", |
460 | | - "execution_count": 31, |
| 500 | + "execution_count": 13, |
461 | 501 | "id": "46996a74-709c-41f2-ac39-0f77fb33371e", |
462 | 502 | "metadata": {}, |
463 | 503 | "outputs": [], |
|
468 | 508 | }, |
469 | 509 | { |
470 | 510 | "cell_type": "code", |
471 | | - "execution_count": 32, |
| 511 | + "execution_count": 14, |
472 | 512 | "id": "d1a6ad61-1e5a-4d8a-9067-9ed428ef145c", |
473 | 513 | "metadata": {}, |
474 | 514 | "outputs": [ |
|
514 | 554 | "0 1 -18.36 0.98" |
515 | 555 | ] |
516 | 556 | }, |
517 | | - "execution_count": 32, |
| 557 | + "execution_count": 14, |
518 | 558 | "metadata": {}, |
519 | 559 | "output_type": "execute_result" |
520 | 560 | } |
|
534 | 574 | }, |
535 | 575 | { |
536 | 576 | "cell_type": "code", |
537 | | - "execution_count": 33, |
| 577 | + "execution_count": 15, |
538 | 578 | "id": "8b2c1dd8-ffa3-4585-94a7-4a1ed1454f30", |
539 | 579 | "metadata": {}, |
540 | 580 | "outputs": [], |
|
545 | 585 | }, |
546 | 586 | { |
547 | 587 | "cell_type": "code", |
548 | | - "execution_count": 34, |
| 588 | + "execution_count": 16, |
549 | 589 | "id": "08b72901-9c71-460b-b5da-9fb4a35e07f7", |
550 | 590 | "metadata": {}, |
551 | 591 | "outputs": [ |
|
657 | 697 | "8 standard_state_correction 1 -9.0 0.0" |
658 | 698 | ] |
659 | 699 | }, |
660 | | - "execution_count": 34, |
| 700 | + "execution_count": 16, |
661 | 701 | "metadata": {}, |
662 | 702 | "output_type": "execute_result" |
663 | 703 | } |
|
0 commit comments