You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In T001, we thought we froze the bioactivity dataset (by checking for activity IDs in ChEMBL 27) but it seems not to work.
Version on master branch:
Number of bioactivities queried for EGFR in this notebook: 7178
Number of bioactivities after ChEMBL 27 intersection: 7178
Running this notebook today:
Number of bioactivities queried for EGFR in this notebook: 8817
Number of bioactivities after ChEMBL 27 intersection: 8031 (I would expect 7178)
@jaimergp, I am sorry to bother you with this.
Do you understand why our intersection with the chembl27_activities.npz.zip does not produce stable results?
If not: Since I do not have the time to debug this (and you probably neither), my suggestion is to remove the chembl27_activities.npz.zip freezing bit --- and instead freeze the final output dataset output_df from this notebook to ensure stable outputs in all downstream talktorials (T002-T007).
The text was updated successfully, but these errors were encountered:
Rename file from EGFR_compounds.csv to EGFR_compounds_ea055ef.csv (added commit hash).
Add step to notebook where we overwrite output_df with the content of that frozen dataset (add note for users to disable that cell if they want to use the latest dataset).
In T001, we thought we froze the bioactivity dataset (by checking for activity IDs in ChEMBL 27) but it seems not to work.
Version on
master
branch:Number of bioactivities queried for EGFR in this notebook: 7178
Number of bioactivities after ChEMBL 27 intersection: 7178
Running this notebook today:
Number of bioactivities queried for EGFR in this notebook: 8817
Number of bioactivities after ChEMBL 27 intersection: 8031 (I would expect 7178)
@jaimergp, I am sorry to bother you with this.
Do you understand why our intersection with the
chembl27_activities.npz.zip
does not produce stable results?If not: Since I do not have the time to debug this (and you probably neither), my suggestion is to remove the
chembl27_activities.npz.zip
freezing bit --- and instead freeze the final output datasetoutput_df
from this notebook to ensure stable outputs in all downstream talktorials (T002-T007).The text was updated successfully, but these errors were encountered: