Spaces:
Sleeping
Sleeping
Commit
·
aae1a42
1
Parent(s):
7d34aac
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
@@ -257,6 +257,8 @@ def pdb(input_set, mode, impute):
|
|
257 |
if response.status_code == 200:
|
258 |
st.write('here1')
|
259 |
# Save the PDB file to a local file
|
|
|
|
|
260 |
try:
|
261 |
with open(Path(path_to_output_files / search/'.pdb'), "wb") as f:
|
262 |
st.write('WRITING TO FILE')
|
|
|
257 |
if response.status_code == 200:
|
258 |
st.write('here1')
|
259 |
# Save the PDB file to a local file
|
260 |
+
st.write(Path(path_to_output_files / search/'.pdb'))
|
261 |
+
st.write(response.content)
|
262 |
try:
|
263 |
with open(Path(path_to_output_files / search/'.pdb'), "wb") as f:
|
264 |
st.write('WRITING TO FILE')
|