Skip to content

Commit e8ac229

Browse files
committed
Update zenodo link
1 parent 9c3e452 commit e8ac229

1 file changed

Lines changed: 63 additions & 23 deletions

File tree

abfe_tutorial/abfe_analysis.ipynb

Lines changed: 63 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,39 @@
2525
},
2626
{
2727
"cell_type": "code",
28-
"execution_count": null,
28+
"execution_count": 1,
2929
"id": "8365a5cd-81f2-45ad-9b7b-9225f972da09",
3030
"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+
],
3259
"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",
3561
"!unzip abfe_results.zip"
3662
]
3763
},
@@ -46,7 +72,7 @@
4672
},
4773
{
4874
"cell_type": "code",
49-
"execution_count": 1,
75+
"execution_count": 2,
5076
"id": "7fbf1482-25ca-427b-a881-af88a983461c",
5177
"metadata": {},
5278
"outputs": [],
@@ -61,13 +87,11 @@
6187
"from gufe.tokenization import JSON_HANDLER\n",
6288
"import pandas as pd\n",
6389
"from openff.units import unit\n",
64-
"import math\n",
6590
"from openfecli.commands.gather import (\n",
6691
" format_estimate_uncertainty,\n",
6792
" _collect_result_jsons,\n",
6893
" load_json,\n",
69-
")\n",
70-
"from cinnabar import Measurement, FEMap"
94+
")"
7195
]
7296
},
7397
{
@@ -83,7 +107,7 @@
83107
},
84108
{
85109
"cell_type": "code",
86-
"execution_count": 2,
110+
"execution_count": 3,
87111
"id": "04ccdedd-84e3-4ccc-ae42-4f3772acb115",
88112
"metadata": {},
89113
"outputs": [],
@@ -129,7 +153,7 @@
129153
},
130154
{
131155
"cell_type": "code",
132-
"execution_count": 3,
156+
"execution_count": 4,
133157
"id": "3733c540-de62-45a0-ba66-268397a38b49",
134158
"metadata": {},
135159
"outputs": [],
@@ -187,7 +211,7 @@
187211
},
188212
{
189213
"cell_type": "code",
190-
"execution_count": 4,
214+
"execution_count": 5,
191215
"id": "08afcbcf-34a8-4450-a967-eb4ed5800ee1",
192216
"metadata": {},
193217
"outputs": [],
@@ -221,7 +245,7 @@
221245
},
222246
{
223247
"cell_type": "code",
224-
"execution_count": 5,
248+
"execution_count": 6,
225249
"id": "a5d4aef3-1fab-40b4-848c-d59df8ee1441",
226250
"metadata": {},
227251
"outputs": [],
@@ -235,7 +259,7 @@
235259
},
236260
{
237261
"cell_type": "code",
238-
"execution_count": 6,
262+
"execution_count": 7,
239263
"id": "0621e3a2-7906-4661-a640-c414456f8869",
240264
"metadata": {},
241265
"outputs": [],
@@ -339,7 +363,7 @@
339363
},
340364
{
341365
"cell_type": "code",
342-
"execution_count": 26,
366+
"execution_count": 10,
343367
"id": "b077c4e2-373a-4314-a527-186bb4683262",
344368
"metadata": {},
345369
"outputs": [],
@@ -382,7 +406,7 @@
382406
},
383407
{
384408
"cell_type": "code",
385-
"execution_count": 27,
409+
"execution_count": 11,
386410
"id": "5e026eaf-2a95-4d4a-873d-b0d6e8d622c8",
387411
"metadata": {},
388412
"outputs": [],
@@ -430,10 +454,26 @@
430454
},
431455
{
432456
"cell_type": "code",
433-
"execution_count": 30,
457+
"execution_count": 12,
434458
"id": "7bc49c0e-6fec-409c-a01c-42c35f57dcc6",
435459
"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+
],
437477
"source": [
438478
"# Specify paths to result directories\n",
439479
"results_dir = [\n",
@@ -457,7 +497,7 @@
457497
},
458498
{
459499
"cell_type": "code",
460-
"execution_count": 31,
500+
"execution_count": 13,
461501
"id": "46996a74-709c-41f2-ac39-0f77fb33371e",
462502
"metadata": {},
463503
"outputs": [],
@@ -468,7 +508,7 @@
468508
},
469509
{
470510
"cell_type": "code",
471-
"execution_count": 32,
511+
"execution_count": 14,
472512
"id": "d1a6ad61-1e5a-4d8a-9067-9ed428ef145c",
473513
"metadata": {},
474514
"outputs": [
@@ -514,7 +554,7 @@
514554
"0 1 -18.36 0.98"
515555
]
516556
},
517-
"execution_count": 32,
557+
"execution_count": 14,
518558
"metadata": {},
519559
"output_type": "execute_result"
520560
}
@@ -534,7 +574,7 @@
534574
},
535575
{
536576
"cell_type": "code",
537-
"execution_count": 33,
577+
"execution_count": 15,
538578
"id": "8b2c1dd8-ffa3-4585-94a7-4a1ed1454f30",
539579
"metadata": {},
540580
"outputs": [],
@@ -545,7 +585,7 @@
545585
},
546586
{
547587
"cell_type": "code",
548-
"execution_count": 34,
588+
"execution_count": 16,
549589
"id": "08b72901-9c71-460b-b5da-9fb4a35e07f7",
550590
"metadata": {},
551591
"outputs": [
@@ -657,7 +697,7 @@
657697
"8 standard_state_correction 1 -9.0 0.0"
658698
]
659699
},
660-
"execution_count": 34,
700+
"execution_count": 16,
661701
"metadata": {},
662702
"output_type": "execute_result"
663703
}

0 commit comments

Comments
 (0)