Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|