fatmacankara commited on
Commit
83997e9
·
1 Parent(s): 90f8374

Update pdb_featureVector.py

Browse files
Files changed (1) hide show
  1. pdb_featureVector.py +1 -1
pdb_featureVector.py CHANGED
@@ -217,7 +217,7 @@ def pdb(input_set, mode, impute):
217
  print('this is the pdbs', pdbs)
218
  def fetch_uniprot_ids(pdb_code):
219
  response = requests.get(f"https://www.ebi.ac.uk/pdbe/api/mappings/uniprot/{pdb_code}")
220
- st.write('response', response)
221
  response.raise_for_status() # Check for a successful response
222
  data = response.json()
223
 
 
217
  print('this is the pdbs', pdbs)
218
  def fetch_uniprot_ids(pdb_code):
219
  response = requests.get(f"https://www.ebi.ac.uk/pdbe/api/mappings/uniprot/{pdb_code}")
220
+
221
  response.raise_for_status() # Check for a successful response
222
  data = response.json()
223