Spaces:
Sleeping
Sleeping
Commit
·
96c038c
1
Parent(s):
6e8a869
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
|
@@ -233,7 +233,7 @@ def pdb(input_set, mode, impute):
|
|
| 233 |
for search in pdbs:
|
| 234 |
st.write('searching for pdb:', search)
|
| 235 |
try:
|
| 236 |
-
file =
|
| 237 |
"""
|
| 238 |
path_pdb = 'out_files/pdb/pdb_structures'
|
| 239 |
st.write('path for pdb: ', path_pdb)
|
|
|
|
| 233 |
for search in pdbs:
|
| 234 |
st.write('searching for pdb:', search)
|
| 235 |
try:
|
| 236 |
+
file = pdbl.retrieve_pdb_file(search, file_format="pdb")
|
| 237 |
"""
|
| 238 |
path_pdb = 'out_files/pdb/pdb_structures'
|
| 239 |
st.write('path for pdb: ', path_pdb)
|