Skip to content

Commit 18ed184

Browse files
committed
Review comments
1 parent 557e1fc commit 18ed184

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

cookbook/openfold3_to_openfe.ipynb

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@
5151
"\n",
5252
"2. Processing the OpenFold3 output for use with OpenFE\n",
5353
"\n",
54-
" * a) Choosing a reference protein structure\n",
55-
" * b) Aligning & extracting the ncessary ligands & protein structures.\n",
56-
" * c) Fixing & protonating the reference protein structure.\n",
54+
" a) Choosing a reference protein structure\n",
55+
"\n",
56+
" b) Aligning & extracting the necessary ligands & protein structures.\n",
57+
"\n",
58+
" c) Fixing & protonating the reference protein structure.\n",
5759
"\n",
5860
"\n",
5961
"3. Loading structures into OpenFE Components\n",
@@ -142,6 +144,16 @@
142144
"We then create the JSON file that will be the OpenFold input."
143145
]
144146
},
147+
{
148+
"cell_type": "markdown",
149+
"id": "b3f0be0c-144c-4e96-9310-a8778111291c",
150+
"metadata": {},
151+
"source": [
152+
"<div class=\"alert alert-block alert-info\"> \n",
153+
" <b>Note:</b> In this example, we did not use the full FASTA sequence from UNIPROT for TYK2, but rather the sequence of the crystallographic structure.\n",
154+
"</div>"
155+
]
156+
},
145157
{
146158
"cell_type": "code",
147159
"execution_count": 3,

0 commit comments

Comments
 (0)