fatmacankara commited on
Commit
66c2b32
·
1 Parent(s): ab92a2e

Update code/pdb_featureVector.py

Browse files
Files changed (1) hide show
  1. code/pdb_featureVector.py +1 -1
code/pdb_featureVector.py CHANGED
@@ -233,7 +233,7 @@ def pdb(input_set, mode, impute):
233
  except :
234
  continue # Skip to the next PDB code if fetching fails
235
  st.write('response', response)
236
- st.write(response.text)
237
  # Step 2: Parse the PDB file from memory
238
  pdb_data = response.text
239
  pdb_parser = PDBParser(QUIET=True) # QUIET=True suppresses warnings
 
233
  except :
234
  continue # Skip to the next PDB code if fetching fails
235
  st.write('response', response)
236
+ st.write(response.text[0:10])
237
  # Step 2: Parse the PDB file from memory
238
  pdb_data = response.text
239
  pdb_parser = PDBParser(QUIET=True) # QUIET=True suppresses warnings