Update README.md
Browse files
README.md
CHANGED
@@ -307,7 +307,8 @@ Then used from within python:
|
|
307 |
|
308 |
To run `frame2seq` on each MIP target,
|
309 |
|
310 |
-
>>> for
|
|
|
311 |
print(f"Predicting sequences for id = {row$id}")
|
312 |
pdb = row$pdb
|
313 |
|
|
|
307 |
|
308 |
To run `frame2seq` on each MIP target,
|
309 |
|
310 |
+
>>> for pdb in dataset_models.data['train'].column('pdb'):
|
311 |
+
pdb.str
|
312 |
print(f"Predicting sequences for id = {row$id}")
|
313 |
pdb = row$pdb
|
314 |
|