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
Once I implement this change in the database, the web-app needs to be able to parse duplicated reactome_ids but splitting on '///' before generating the links to Reactome.
Handling duplicate entries this way allows us to avoid complicated ERD changes (i.e., a join table from compound_annotation to reactome to handle 1:many relationships).
The text was updated successfully, but these errors were encountered:
This is related to bhklab/PharmacoDI_snakemake_pipeline#9.
Once I implement this change in the database, the web-app needs to be able to parse duplicated
reactome_id
s but splitting on '///' before generating the links to Reactome.Handling duplicate entries this way allows us to avoid complicated ERD changes (i.e., a join table from
compound_annotation
toreactome
to handle 1:many relationships).The text was updated successfully, but these errors were encountered: