Spaces:
Sleeping
Sleeping
Commit
·
e9ad0d4
1
Parent(s):
111eb35
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
@@ -233,6 +233,7 @@ def pdb(input_set, mode, impute):
|
|
233 |
path_pdb = 'out_files/pdb/pdb_structures'
|
234 |
st.write('path for pdb: ',path_pdb)
|
235 |
file = pdbl.retrieve_pdb_file(search, pdir=path_pdb, file_format="pdb")
|
|
|
236 |
existing_pdb = list(path_pdb.glob("*"))
|
237 |
st.write('after download:', existing_pdb)
|
238 |
else:
|
|
|
233 |
path_pdb = 'out_files/pdb/pdb_structures'
|
234 |
st.write('path for pdb: ',path_pdb)
|
235 |
file = pdbl.retrieve_pdb_file(search, pdir=path_pdb, file_format="pdb")
|
236 |
+
st.write('file: ',file)
|
237 |
existing_pdb = list(path_pdb.glob("*"))
|
238 |
st.write('after download:', existing_pdb)
|
239 |
else:
|