ThorbenFroehlking commited on
Commit
1f10fe3
·
1 Parent(s): fd6cc24
.ipynb_checkpoints/app-checkpoint.py CHANGED
@@ -242,7 +242,7 @@ with gr.Blocks() as demo:
242
  molecule_output2 = Molecule3D(label="Protein Structure", reps=reps)
243
 
244
  with gr.Row():
245
- pdb_input = gr.Textbox(value="2IWI", label="PDB ID", placeholder="Enter PDB ID here...")
246
  segment_input = gr.Textbox(value="A", label="Chain ID", placeholder="Enter Chain ID here...")
247
  prediction_btn = gr.Button("Predict Random Binding Site Scores")
248
 
 
242
  molecule_output2 = Molecule3D(label="Protein Structure", reps=reps)
243
 
244
  with gr.Row():
245
+ #pdb_input = gr.Textbox(value="2IWI", label="PDB ID", placeholder="Enter PDB ID here...")
246
  segment_input = gr.Textbox(value="A", label="Chain ID", placeholder="Enter Chain ID here...")
247
  prediction_btn = gr.Button("Predict Random Binding Site Scores")
248
 
.ipynb_checkpoints/test2-checkpoint.ipynb CHANGED
@@ -727,7 +727,7 @@
727
  },
728
  {
729
  "cell_type": "code",
730
- "execution_count": 4,
731
  "id": "30f35243-852f-4771-9a4b-5cdd198552b5",
732
  "metadata": {},
733
  "outputs": [
@@ -735,7 +735,7 @@
735
  "name": "stdout",
736
  "output_type": "stream",
737
  "text": [
738
- "* Running on local URL: http://127.0.0.1:7863\n",
739
  "\n",
740
  "To create a public link, set `share=True` in `launch()`.\n"
741
  ]
@@ -743,7 +743,7 @@
743
  {
744
  "data": {
745
  "text/html": [
746
- "<div><iframe src=\"http://127.0.0.1:7863/\" width=\"100%\" height=\"500\" allow=\"autoplay; camera; microphone; clipboard-read; clipboard-write;\" frameborder=\"0\" allowfullscreen></iframe></div>"
747
  ],
748
  "text/plain": [
749
  "<IPython.core.display.HTML object>"
@@ -756,7 +756,7 @@
756
  "data": {
757
  "text/plain": []
758
  },
759
- "execution_count": 4,
760
  "metadata": {},
761
  "output_type": "execute_result"
762
  }
@@ -961,7 +961,7 @@
961
  " molecule_output2 = Molecule3D(label=\"Protein Structure\", reps=reps)\n",
962
  "\n",
963
  " with gr.Row():\n",
964
- " pdb_input = gr.Textbox(value=\"2IWI\", label=\"PDB ID\", placeholder=\"Enter PDB ID here...\")\n",
965
  " segment_input = gr.Textbox(value=\"A\", label=\"Chain ID\", placeholder=\"Enter Chain ID here...\")\n",
966
  " prediction_btn = gr.Button(\"Predict Random Binding Site Scores\")\n",
967
  "\n",
@@ -976,8 +976,8 @@
976
  " gr.Markdown(\"## Examples\")\n",
977
  " gr.Examples(\n",
978
  " examples=[\n",
979
- " [\"2IWI\", \"A\"],\n",
980
- " [\"7RPZ\", \"B\"],\n",
981
  " [\"3TJN\", \"C\"]\n",
982
  " ],\n",
983
  " inputs=[pdb_input, segment_input],\n",
@@ -1262,7 +1262,7 @@
1262
  " molecule_output2 = Molecule3D(label=\"Protein Structure\", reps=reps)\n",
1263
  "\n",
1264
  " with gr.Row():\n",
1265
- " pdb_input = gr.Textbox(value=\"2IWI\", label=\"PDB ID\", placeholder=\"Enter PDB ID here...\")\n",
1266
  " segment_input = gr.Textbox(value=\"A\", label=\"Chain ID\", placeholder=\"Enter Chain ID here...\")\n",
1267
  " prediction_btn = gr.Button(\"Predict Random Binding Site Scores\")\n",
1268
  "\n",
 
727
  },
728
  {
729
  "cell_type": "code",
730
+ "execution_count": 6,
731
  "id": "30f35243-852f-4771-9a4b-5cdd198552b5",
732
  "metadata": {},
733
  "outputs": [
 
735
  "name": "stdout",
736
  "output_type": "stream",
737
  "text": [
738
+ "* Running on local URL: http://127.0.0.1:7865\n",
739
  "\n",
740
  "To create a public link, set `share=True` in `launch()`.\n"
741
  ]
 
743
  {
744
  "data": {
745
  "text/html": [
746
+ "<div><iframe src=\"http://127.0.0.1:7865/\" width=\"100%\" height=\"500\" allow=\"autoplay; camera; microphone; clipboard-read; clipboard-write;\" frameborder=\"0\" allowfullscreen></iframe></div>"
747
  ],
748
  "text/plain": [
749
  "<IPython.core.display.HTML object>"
 
756
  "data": {
757
  "text/plain": []
758
  },
759
+ "execution_count": 6,
760
  "metadata": {},
761
  "output_type": "execute_result"
762
  }
 
961
  " molecule_output2 = Molecule3D(label=\"Protein Structure\", reps=reps)\n",
962
  "\n",
963
  " with gr.Row():\n",
964
+ " #pdb_input = gr.Textbox(value=\"2IWI\", label=\"PDB ID\", placeholder=\"Enter PDB ID here...\")\n",
965
  " segment_input = gr.Textbox(value=\"A\", label=\"Chain ID\", placeholder=\"Enter Chain ID here...\")\n",
966
  " prediction_btn = gr.Button(\"Predict Random Binding Site Scores\")\n",
967
  "\n",
 
976
  " gr.Markdown(\"## Examples\")\n",
977
  " gr.Examples(\n",
978
  " examples=[\n",
979
+ " [\"7RPZ\", \"A\"],\n",
980
+ " [\"2IWI\", \"B\"],\n",
981
  " [\"3TJN\", \"C\"]\n",
982
  " ],\n",
983
  " inputs=[pdb_input, segment_input],\n",
 
1262
  " molecule_output2 = Molecule3D(label=\"Protein Structure\", reps=reps)\n",
1263
  "\n",
1264
  " with gr.Row():\n",
1265
+ " #pdb_input = gr.Textbox(value=\"2IWI\", label=\"PDB ID\", placeholder=\"Enter PDB ID here...\")\n",
1266
  " segment_input = gr.Textbox(value=\"A\", label=\"Chain ID\", placeholder=\"Enter Chain ID here...\")\n",
1267
  " prediction_btn = gr.Button(\"Predict Random Binding Site Scores\")\n",
1268
  "\n",
2IWI_predictions.txt CHANGED
@@ -1,244 +1,244 @@
1
- Y 32 0.32
2
- R 33 0.91
3
- L 34 0.65
4
- G 35 0.50
5
- P 36 0.82
6
- L 37 0.90
7
- L 38 0.19
8
- G 39 0.33
9
- K 40 0.10
10
- G 41 0.23
11
- G 42 0.54
12
- F 43 0.58
13
- G 44 0.25
14
- T 45 0.06
15
- V 46 0.10
16
- F 47 0.20
17
- A 48 0.34
18
- G 49 0.10
19
- H 50 0.59
20
- R 51 0.12
21
- L 52 0.03
22
- T 53 0.86
23
- D 54 0.08
24
- R 55 0.57
25
- L 56 0.96
26
- Q 57 0.75
27
- V 58 0.91
28
- A 59 0.80
29
- I 60 0.49
30
- K 61 0.52
31
- V 62 0.29
32
- I 63 0.87
33
- P 64 0.60
34
- R 65 0.99
35
- N 66 0.50
36
- R 67 0.51
37
- V 68 0.79
38
- L 69 0.16
39
- V 78 0.06
40
- T 79 0.89
41
- C 80 0.33
42
- P 81 0.40
43
- L 82 0.84
44
- E 83 0.07
45
- V 84 0.47
46
- A 85 0.67
47
- L 86 0.89
48
- L 87 0.86
49
- W 88 0.04
50
- K 89 0.34
51
- V 90 0.53
52
- G 91 0.83
53
- A 92 0.80
54
- G 93 0.85
55
- G 94 0.42
56
- G 95 0.08
57
- H 96 0.24
58
- P 97 0.78
59
- G 98 0.38
60
- V 99 0.39
61
- I 100 0.21
62
- R 101 0.77
63
- L 102 0.61
64
- L 103 0.50
65
- D 104 0.13
66
- W 105 0.76
67
- F 106 0.45
68
- F 112 0.89
69
- M 113 0.39
70
- L 114 0.11
71
- V 115 0.56
72
- L 116 0.04
73
- E 117 0.62
74
- R 118 0.39
75
- P 119 0.72
76
- L 120 0.38
77
  P 121 0.35
78
- A 122 0.03
79
- Q 123 0.85
80
- D 124 0.49
81
- L 125 0.19
82
- F 126 0.78
83
- D 127 0.52
84
- Y 128 0.88
85
- I 129 0.85
86
- T 130 0.82
87
- E 131 0.27
88
- K 132 0.67
89
- G 133 0.41
90
- P 134 0.95
91
- L 135 0.36
92
- G 136 0.52
93
- E 137 0.14
94
- G 138 0.95
95
- P 139 0.57
96
  S 140 0.27
97
- R 141 0.92
98
- C 142 0.13
99
- F 143 0.18
100
- F 144 0.12
101
- G 145 0.32
102
- Q 146 0.35
103
- V 147 0.95
104
- V 148 0.89
105
- A 149 0.76
106
- A 150 0.43
107
- I 151 0.09
108
- Q 152 0.89
109
- H 153 0.54
110
- C 154 0.47
111
- H 155 0.05
112
- S 156 0.10
113
- R 157 0.64
114
- G 158 0.32
115
- V 159 0.41
116
- V 160 0.18
117
- H 161 0.63
118
- R 162 0.14
119
- D 163 0.03
120
- I 164 0.63
121
- K 165 0.97
122
- D 166 0.73
123
- E 167 0.96
124
- N 168 0.25
125
- I 169 0.37
126
  L 170 0.79
127
- I 171 0.26
128
- D 172 0.80
129
- L 173 0.98
130
- R 174 0.06
131
- R 175 0.56
132
- G 176 0.29
133
- C 177 0.43
134
- A 178 0.17
135
- K 179 0.52
136
- L 180 0.51
137
- I 181 0.54
138
- D 182 0.04
139
- F 183 0.33
140
- G 184 0.05
141
- S 185 0.92
142
- G 186 0.92
143
- A 187 0.83
144
- L 188 0.49
145
- L 189 0.88
146
- H 190 0.60
147
- D 191 0.17
148
- E 192 0.17
149
- P 193 0.31
150
- Y 194 0.61
151
- T 195 0.02
152
- D 196 0.11
153
- F 197 0.33
154
- D 198 0.85
155
- G 199 0.82
156
- T 200 0.10
157
- R 201 0.69
158
- V 202 0.70
159
- Y 203 0.21
160
- S 204 0.80
161
- P 205 0.65
162
- P 206 0.75
163
- E 207 0.01
164
- W 208 0.81
165
- I 209 0.83
166
- S 210 0.72
167
- R 211 0.80
168
- H 212 0.64
169
- Q 213 0.36
170
- Y 214 0.54
171
- H 215 0.97
172
- A 216 0.75
173
- L 217 0.54
174
- P 218 0.25
175
- A 219 0.04
176
- T 220 0.28
177
- V 221 0.46
178
- W 222 0.67
179
- S 223 0.24
180
- L 224 0.05
181
- G 225 0.65
182
- I 226 0.42
183
- L 227 0.46
184
- L 228 0.12
185
- Y 229 0.68
186
- D 230 0.82
187
- M 231 0.51
188
- V 232 0.75
189
- C 233 0.41
190
- G 234 0.54
191
- D 235 0.43
192
- I 236 0.09
193
- P 237 0.12
194
- F 238 0.80
195
- E 239 0.57
196
- R 240 0.42
197
- D 241 0.34
198
- Q 242 0.08
199
- E 243 0.40
200
- I 244 0.68
201
- L 245 0.09
202
- E 246 0.75
203
- A 247 0.38
204
- E 248 0.68
205
- L 249 0.62
206
- H 250 0.56
207
- F 251 0.08
208
- P 252 0.60
209
- A 253 0.12
210
- H 254 0.77
211
- V 255 0.92
212
- S 256 0.67
213
- P 257 0.48
214
- D 258 0.27
215
- C 259 0.90
216
- C 260 0.16
217
- A 261 0.50
218
- L 262 0.78
219
- I 263 0.11
220
- R 264 0.67
221
- R 265 0.85
222
- C 266 0.80
223
- L 267 0.11
224
- A 268 0.95
225
- P 269 0.30
226
- K 270 0.34
227
- P 271 0.85
228
- S 272 0.94
229
- S 273 0.04
230
- R 274 0.83
231
- P 275 0.68
232
- S 276 0.16
233
- L 277 0.13
234
- E 278 0.74
235
- E 279 0.28
236
- I 280 0.45
237
- L 281 0.46
238
- L 282 0.23
239
- D 283 0.24
240
- P 284 0.58
241
- W 285 0.78
242
- M 286 0.59
243
- Q 287 0.30
244
- T 288 0.30
 
1
+ Y 32 0.77
2
+ R 33 0.71
3
+ L 34 0.07
4
+ G 35 0.04
5
+ P 36 0.28
6
+ L 37 0.39
7
+ L 38 0.81
8
+ G 39 0.67
9
+ K 40 0.56
10
+ G 41 0.16
11
+ G 42 0.52
12
+ F 43 0.59
13
+ G 44 0.64
14
+ T 45 0.62
15
+ V 46 0.11
16
+ F 47 0.07
17
+ A 48 0.35
18
+ G 49 0.94
19
+ H 50 0.23
20
+ R 51 0.78
21
+ L 52 0.08
22
+ T 53 0.65
23
+ D 54 0.45
24
+ R 55 0.12
25
+ L 56 0.08
26
+ Q 57 0.67
27
+ V 58 0.44
28
+ A 59 0.48
29
+ I 60 0.31
30
+ K 61 0.01
31
+ V 62 0.57
32
+ I 63 0.40
33
+ P 64 0.43
34
+ R 65 0.56
35
+ N 66 0.36
36
+ R 67 0.80
37
+ V 68 0.68
38
+ L 69 0.33
39
+ V 78 0.63
40
+ T 79 0.11
41
+ C 80 0.56
42
+ P 81 0.01
43
+ L 82 0.93
44
+ E 83 0.19
45
+ V 84 0.26
46
+ A 85 0.26
47
+ L 86 0.68
48
+ L 87 0.44
49
+ W 88 0.91
50
+ K 89 0.65
51
+ V 90 0.38
52
+ G 91 0.30
53
+ A 92 0.18
54
+ G 93 0.56
55
+ G 94 0.90
56
+ G 95 0.89
57
+ H 96 0.36
58
+ P 97 0.23
59
+ G 98 0.04
60
+ V 99 0.65
61
+ I 100 0.83
62
+ R 101 0.35
63
+ L 102 0.47
64
+ L 103 0.53
65
+ D 104 0.26
66
+ W 105 0.12
67
+ F 106 0.14
68
+ F 112 0.22
69
+ M 113 0.04
70
+ L 114 0.84
71
+ V 115 0.64
72
+ L 116 0.82
73
+ E 117 0.42
74
+ R 118 0.79
75
+ P 119 0.18
76
+ L 120 0.68
77
  P 121 0.35
78
+ A 122 0.40
79
+ Q 123 0.48
80
+ D 124 0.02
81
+ L 125 0.66
82
+ F 126 0.51
83
+ D 127 0.21
84
+ Y 128 0.33
85
+ I 129 0.37
86
+ T 130 0.16
87
+ E 131 0.35
88
+ K 132 0.10
89
+ G 133 0.39
90
+ P 134 0.64
91
+ L 135 0.56
92
+ G 136 0.59
93
+ E 137 0.85
94
+ G 138 0.21
95
+ P 139 0.27
96
  S 140 0.27
97
+ R 141 0.12
98
+ C 142 0.43
99
+ F 143 0.32
100
+ F 144 0.80
101
+ G 145 0.49
102
+ Q 146 0.81
103
+ V 147 0.06
104
+ V 148 0.40
105
+ A 149 0.45
106
+ A 150 0.77
107
+ I 151 0.53
108
+ Q 152 0.34
109
+ H 153 0.33
110
+ C 154 0.89
111
+ H 155 0.51
112
+ S 156 0.48
113
+ R 157 0.21
114
+ G 158 0.64
115
+ V 159 0.00
116
+ V 160 0.85
117
+ H 161 0.55
118
+ R 162 0.74
119
+ D 163 0.41
120
+ I 164 0.57
121
+ K 165 0.63
122
+ D 166 0.77
123
+ E 167 0.06
124
+ N 168 0.67
125
+ I 169 0.65
126
  L 170 0.79
127
+ I 171 0.42
128
+ D 172 0.39
129
+ L 173 0.49
130
+ R 174 0.63
131
+ R 175 0.39
132
+ G 176 0.72
133
+ C 177 0.88
134
+ A 178 0.79
135
+ K 179 0.76
136
+ L 180 0.81
137
+ I 181 0.30
138
+ D 182 0.22
139
+ F 183 0.31
140
+ G 184 0.85
141
+ S 185 0.67
142
+ G 186 0.25
143
+ A 187 0.50
144
+ L 188 0.96
145
+ L 189 0.26
146
+ H 190 0.13
147
+ D 191 0.29
148
+ E 192 0.02
149
+ P 193 0.65
150
+ Y 194 0.32
151
+ T 195 0.41
152
+ D 196 0.82
153
+ F 197 0.34
154
+ D 198 0.15
155
+ G 199 0.20
156
+ T 200 0.46
157
+ R 201 0.22
158
+ V 202 0.26
159
+ Y 203 0.29
160
+ S 204 0.51
161
+ P 205 0.70
162
+ P 206 0.14
163
+ E 207 0.89
164
+ W 208 0.09
165
+ I 209 0.54
166
+ S 210 0.16
167
+ R 211 0.69
168
+ H 212 0.63
169
+ Q 213 0.06
170
+ Y 214 0.02
171
+ H 215 0.17
172
+ A 216 0.23
173
+ L 217 0.65
174
+ P 218 0.13
175
+ A 219 0.91
176
+ T 220 0.97
177
+ V 221 0.77
178
+ W 222 0.40
179
+ S 223 0.91
180
+ L 224 1.00
181
+ G 225 0.97
182
+ I 226 0.24
183
+ L 227 0.44
184
+ L 228 0.19
185
+ Y 229 0.06
186
+ D 230 0.32
187
+ M 231 0.93
188
+ V 232 0.35
189
+ C 233 0.79
190
+ G 234 0.50
191
+ D 235 0.49
192
+ I 236 0.10
193
+ P 237 0.49
194
+ F 238 0.12
195
+ E 239 0.47
196
+ R 240 0.40
197
+ D 241 0.63
198
+ Q 242 1.00
199
+ E 243 0.55
200
+ I 244 0.78
201
+ L 245 0.92
202
+ E 246 0.29
203
+ A 247 0.37
204
+ E 248 0.78
205
+ L 249 0.54
206
+ H 250 0.64
207
+ F 251 0.30
208
+ P 252 0.25
209
+ A 253 0.01
210
+ H 254 0.51
211
+ V 255 0.81
212
+ S 256 0.93
213
+ P 257 0.79
214
+ D 258 0.74
215
+ C 259 0.31
216
+ C 260 0.51
217
+ A 261 0.91
218
+ L 262 0.04
219
+ I 263 0.21
220
+ R 264 0.07
221
+ R 265 0.34
222
+ C 266 0.93
223
+ L 267 0.80
224
+ A 268 0.75
225
+ P 269 0.59
226
+ K 270 0.62
227
+ P 271 0.18
228
+ S 272 0.32
229
+ S 273 0.54
230
+ R 274 0.14
231
+ P 275 0.38
232
+ S 276 0.29
233
+ L 277 0.97
234
+ E 278 0.72
235
+ E 279 0.05
236
+ I 280 0.26
237
+ L 281 0.24
238
+ L 282 0.42
239
+ D 283 0.84
240
+ P 284 0.36
241
+ W 285 0.79
242
+ M 286 0.05
243
+ Q 287 0.81
244
+ T 288 0.39
app.py CHANGED
@@ -242,7 +242,7 @@ with gr.Blocks() as demo:
242
  molecule_output2 = Molecule3D(label="Protein Structure", reps=reps)
243
 
244
  with gr.Row():
245
- pdb_input = gr.Textbox(value="2IWI", label="PDB ID", placeholder="Enter PDB ID here...")
246
  segment_input = gr.Textbox(value="A", label="Chain ID", placeholder="Enter Chain ID here...")
247
  prediction_btn = gr.Button("Predict Random Binding Site Scores")
248
 
 
242
  molecule_output2 = Molecule3D(label="Protein Structure", reps=reps)
243
 
244
  with gr.Row():
245
+ #pdb_input = gr.Textbox(value="2IWI", label="PDB ID", placeholder="Enter PDB ID here...")
246
  segment_input = gr.Textbox(value="A", label="Chain ID", placeholder="Enter Chain ID here...")
247
  prediction_btn = gr.Button("Predict Random Binding Site Scores")
248
 
test2.ipynb CHANGED
@@ -727,7 +727,7 @@
727
  },
728
  {
729
  "cell_type": "code",
730
- "execution_count": 4,
731
  "id": "30f35243-852f-4771-9a4b-5cdd198552b5",
732
  "metadata": {},
733
  "outputs": [
@@ -735,7 +735,7 @@
735
  "name": "stdout",
736
  "output_type": "stream",
737
  "text": [
738
- "* Running on local URL: http://127.0.0.1:7863\n",
739
  "\n",
740
  "To create a public link, set `share=True` in `launch()`.\n"
741
  ]
@@ -743,7 +743,7 @@
743
  {
744
  "data": {
745
  "text/html": [
746
- "<div><iframe src=\"http://127.0.0.1:7863/\" width=\"100%\" height=\"500\" allow=\"autoplay; camera; microphone; clipboard-read; clipboard-write;\" frameborder=\"0\" allowfullscreen></iframe></div>"
747
  ],
748
  "text/plain": [
749
  "<IPython.core.display.HTML object>"
@@ -756,7 +756,7 @@
756
  "data": {
757
  "text/plain": []
758
  },
759
- "execution_count": 4,
760
  "metadata": {},
761
  "output_type": "execute_result"
762
  }
@@ -961,7 +961,7 @@
961
  " molecule_output2 = Molecule3D(label=\"Protein Structure\", reps=reps)\n",
962
  "\n",
963
  " with gr.Row():\n",
964
- " pdb_input = gr.Textbox(value=\"2IWI\", label=\"PDB ID\", placeholder=\"Enter PDB ID here...\")\n",
965
  " segment_input = gr.Textbox(value=\"A\", label=\"Chain ID\", placeholder=\"Enter Chain ID here...\")\n",
966
  " prediction_btn = gr.Button(\"Predict Random Binding Site Scores\")\n",
967
  "\n",
@@ -976,8 +976,8 @@
976
  " gr.Markdown(\"## Examples\")\n",
977
  " gr.Examples(\n",
978
  " examples=[\n",
979
- " [\"2IWI\", \"A\"],\n",
980
- " [\"7RPZ\", \"B\"],\n",
981
  " [\"3TJN\", \"C\"]\n",
982
  " ],\n",
983
  " inputs=[pdb_input, segment_input],\n",
@@ -1262,7 +1262,7 @@
1262
  " molecule_output2 = Molecule3D(label=\"Protein Structure\", reps=reps)\n",
1263
  "\n",
1264
  " with gr.Row():\n",
1265
- " pdb_input = gr.Textbox(value=\"2IWI\", label=\"PDB ID\", placeholder=\"Enter PDB ID here...\")\n",
1266
  " segment_input = gr.Textbox(value=\"A\", label=\"Chain ID\", placeholder=\"Enter Chain ID here...\")\n",
1267
  " prediction_btn = gr.Button(\"Predict Random Binding Site Scores\")\n",
1268
  "\n",
 
727
  },
728
  {
729
  "cell_type": "code",
730
+ "execution_count": 6,
731
  "id": "30f35243-852f-4771-9a4b-5cdd198552b5",
732
  "metadata": {},
733
  "outputs": [
 
735
  "name": "stdout",
736
  "output_type": "stream",
737
  "text": [
738
+ "* Running on local URL: http://127.0.0.1:7865\n",
739
  "\n",
740
  "To create a public link, set `share=True` in `launch()`.\n"
741
  ]
 
743
  {
744
  "data": {
745
  "text/html": [
746
+ "<div><iframe src=\"http://127.0.0.1:7865/\" width=\"100%\" height=\"500\" allow=\"autoplay; camera; microphone; clipboard-read; clipboard-write;\" frameborder=\"0\" allowfullscreen></iframe></div>"
747
  ],
748
  "text/plain": [
749
  "<IPython.core.display.HTML object>"
 
756
  "data": {
757
  "text/plain": []
758
  },
759
+ "execution_count": 6,
760
  "metadata": {},
761
  "output_type": "execute_result"
762
  }
 
961
  " molecule_output2 = Molecule3D(label=\"Protein Structure\", reps=reps)\n",
962
  "\n",
963
  " with gr.Row():\n",
964
+ " #pdb_input = gr.Textbox(value=\"2IWI\", label=\"PDB ID\", placeholder=\"Enter PDB ID here...\")\n",
965
  " segment_input = gr.Textbox(value=\"A\", label=\"Chain ID\", placeholder=\"Enter Chain ID here...\")\n",
966
  " prediction_btn = gr.Button(\"Predict Random Binding Site Scores\")\n",
967
  "\n",
 
976
  " gr.Markdown(\"## Examples\")\n",
977
  " gr.Examples(\n",
978
  " examples=[\n",
979
+ " [\"7RPZ\", \"A\"],\n",
980
+ " [\"2IWI\", \"B\"],\n",
981
  " [\"3TJN\", \"C\"]\n",
982
  " ],\n",
983
  " inputs=[pdb_input, segment_input],\n",
 
1262
  " molecule_output2 = Molecule3D(label=\"Protein Structure\", reps=reps)\n",
1263
  "\n",
1264
  " with gr.Row():\n",
1265
+ " #pdb_input = gr.Textbox(value=\"2IWI\", label=\"PDB ID\", placeholder=\"Enter PDB ID here...\")\n",
1266
  " segment_input = gr.Textbox(value=\"A\", label=\"Chain ID\", placeholder=\"Enter Chain ID here...\")\n",
1267
  " prediction_btn = gr.Button(\"Predict Random Binding Site Scores\")\n",
1268
  "\n",