fatmacankara commited on
Commit
9e930bc
·
1 Parent(s): 9616fbd

Update pdb_featureVector.py

Browse files
Files changed (1) hide show
  1. pdb_featureVector.py +1 -1
pdb_featureVector.py CHANGED
@@ -225,7 +225,7 @@ def pdb(input_set, mode, impute):
225
  for search in pdbs:
226
  # Step 1: Fetch the PDB file
227
  pdb_url = f"https://files.rcsb.org/download/{search}.pdb"
228
- st.write(search)
229
  try:
230
  response = requests.get(pdb_url)
231
  response.raise_for_status() # Check for a successful response
 
225
  for search in pdbs:
226
  # Step 1: Fetch the PDB file
227
  pdb_url = f"https://files.rcsb.org/download/{search}.pdb"
228
+
229
  try:
230
  response = requests.get(pdb_url)
231
  response.raise_for_status() # Check for a successful response