sorgerlab / indra

INDRA (Integrated Network and Dynamical Reasoning Assembler) is an automated model assembly system interfacing with NLP systems and databases to collect knowledge, and through a process of assembly, produce causal graphs and dynamical models.
http://indra.bio
BSD 2-Clause "Simplified" License
171 stars 65 forks source link

Handle underscores in agent IDs for DB query #1414

Closed bgyori closed 1 year ago

bgyori commented 1 year ago

Escape underscores in Agent IDs since these are wildcards and make the query time out. This can also be done on the server side but that requires more complicated deployment.