fatmacankara commited on
Commit
111eb35
·
1 Parent(s): 35d3df1

Update code/pdb_featureVector.py

Browse files
Files changed (1) hide show
  1. code/pdb_featureVector.py +1 -0
code/pdb_featureVector.py CHANGED
@@ -234,6 +234,7 @@ def pdb(input_set, mode, impute):
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
  else:
238
  print('PDB structure file exists..')
239
  for filename in list(Path(path_to_output_files / 'pdb_structures').glob("*")):
 
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:
239
  print('PDB structure file exists..')
240
  for filename in list(Path(path_to_output_files / 'pdb_structures').glob("*")):