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
Created Chiron: a new service for Querying DINTO built
with Apache Jena. DINTO is turned into a triple
store at compile time, so boot time is greatly improved. Similarly, query
times are much improved by the triple store
DDI analysis is now presented to users. After validating a PML file, Panacea
queries Asclepius to find any DDIs between drugs in the file. This is then
displayed to the user in the UI.
Removed
DINTO from Asclepius. Chiron houses DINTO data now. Asclepius now proxies
queries to Chiron.
Removed code that waited for DINTO to be loaded. Previously, Asclepius would
take several minutes to load DINTO into memory so Panacea would have to poll
it to see if it was ready. Chiron can load DINTO from its triple store
instantly, so the waiting is no longer required.