Skip to content

Commit

Permalink
update scaffold search
Browse files Browse the repository at this point in the history
  • Loading branch information
YojanaGadiya committed Jun 26, 2024
1 parent 5a51058 commit 3003869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/1_Chemical_Space_Exploration.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
\n Generated Scaffold - :green[{scaffold_inchikey}]**"
)

df_scaffold = df[df["scaffold_inchikey"] == "PNUZDKCDAWUEGK"]
df_scaffold = df[df["scaffold_inchikey"] == scaffold_inchikey]
if df_scaffold.empty:
st.write("**No compounds with this scaffold in the database.**")
else:
Expand Down

0 comments on commit 3003869

Please sign in to comment.