Skip to content

Commit 7f598fc

Browse files
Update Using_Protenix.ipynb
1 parent 9f31ceb commit 7f598fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/python-api/structure-prediction/Using_Protenix.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"# Using Protenix\n",
1313
"\n",
1414
"This tutorial demonstrates how to use the Protenix model on the\n",
15-
"OpenProtein platform to predict the structure of a molecular complex\n",
15+
"OpenProtein platform to predict the structure of a biomolecular complex\n",
1616
"that includes proteins, ligands, DNA, and RNA. Protenix is an\n",
1717
"AlphaFold3-style model and, like AlphaFold3, performs best when each\n",
1818
"protein chain is paired with a multiple sequence alignment (MSA). We\n",
@@ -80,7 +80,7 @@
8080
},
8181
"outputs": [],
8282
"source": [
83-
"# Define the molecular complex to predict.\n",
83+
"# Define the biomolecular complex to predict.\n",
8484
"# Start with the protein in a homodimer.\n",
8585
"protein = Protein(sequence=\"MVTPEGNVSLVDESLLVGVTDEDRAVRSAHQFYERLIGLWAPAVMEAAHELGVFAALAEAPADSGELARRLDCDARAMRVLLDALYAYDVIDRIHDTNGFRYLLSAEARECLLPGTLFSLVGKFMHDINVAWPAWRNLAEVVRHGARDTSGAESPNGIAQEDYESLVGGINFWAPPIVTTLSRKLRASGRSGDATASVLDVGCGTGLYSQLLLREFPRWTATGLDVERIATLANAQALRLGVEERFATRAGDFWRGGWGTGYDLVLFANIFHLQTPASAVRLMRHAAACLAPDGLVAVVDQIVDADREPKTPQDRFALLFAASMTNTGGGDAYTFQEYEEWFTAAGLQRIETLDTPMHRILLARRATEPSAVPEGQASENLYFQ\")\n",
8686
"\n",

0 commit comments

Comments
 (0)