cafierom commited on
Commit
6e3f560
·
verified ·
1 Parent(s): 2c69a6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ def listbioactives_node(state: State) -> State:
168
  print(f"Found {len(chembl_ids)} unique ChEMBL IDs")
169
 
170
  len_all_bioacts = []
171
- bioact_string = ''
172
  for chembl_id in chembl_ids:
173
  bioact_chosen = bioact.filter(target_chembl_id=chembl_id, type="IC50", relation="=").only(
174
  "molecule_chembl_id",
 
168
  print(f"Found {len(chembl_ids)} unique ChEMBL IDs")
169
 
170
  len_all_bioacts = []
171
+ bioact_string = f'Chembl IDs for the UNIPROT ID: {up_id}: \n'
172
  for chembl_id in chembl_ids:
173
  bioact_chosen = bioact.filter(target_chembl_id=chembl_id, type="IC50", relation="=").only(
174
  "molecule_chembl_id",