Skip to content

Commit 01ba61d

Browse files
committed
fix random cell
1 parent 8bfd873 commit 01ba61d

1 file changed

Lines changed: 0 additions & 36 deletions

File tree

source/python-api/structure-generation/Using_BoltzGen.ipynb

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -774,42 +774,6 @@
774774
"\n",
775775
"You can also move on to the next step of the design pipeline by running inverse folding using PoET-2. Refer to the walkthrough of [Inverse Folding with PoET-2](../../walkthroughs/PoET-2_inverse_folding.ipynb) for an example."
776776
]
777-
},
778-
{
779-
"cell_type": "code",
780-
"execution_count": 14,
781-
"id": "a688aae3-d7ae-4af8-a3a6-b3d5a2bc6eb6",
782-
"metadata": {},
783-
"outputs": [
784-
{
785-
"name": "stderr",
786-
"output_type": "stream",
787-
"text": [
788-
"Waiting: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████| 100/100 [00:38<00:00, 2.58it/s, status=SUCCESS]\n"
789-
]
790-
},
791-
{
792-
"name": "stdout",
793-
"output_type": "stream",
794-
"text": [
795-
"ATOM 1 N GLY A 1 -20.970 12.196 12.412 1.00 0.00\n",
796-
"ATOM 2 CA GLY A 1 -21.400 10.976 13.086 1.00 0.00\n",
797-
"ATOM 3 C GLY A 1 -20.229 10.027 13.306 1.00 0.00\n",
798-
"ATOM 4 O GLY A 1 -19.292 9.986 12.510 1.00 0.00\n",
799-
"ATOM 5 N GLY A 2 -20.221 9.300 14.400 1.00 0.00\n",
800-
"ATOM 6 CA GLY A 2 -19.185 8.320 14.703 1.00 0.00\n",
801-
"ATOM 7 C GLY A 2 -19.053 7.294 13.585 1.00 0.00\n",
802-
"ATOM 8 O GLY A 2 -17.949 6.860 13.255 1.00 0.00\n",
803-
"ATOM 9 N GLY A 3 -20.200 6.833 13.049 1.00 0.00\n",
804-
"ATOM 10 CA GLY A 3 -20.176 5.891 11.936 1.00 0.00\n"
805-
]
806-
}
807-
],
808-
"source": [
809-
"result = design.wait(verbose=True, timeout=600)\n",
810-
"# show only the first 10 lines\n",
811-
"print(\"\\n\".join(result.splitlines()[:10]))"
812-
]
813777
}
814778
],
815779
"metadata": {

0 commit comments

Comments
 (0)