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

Implement completing source counts in HTML assembler #1439

Closed bgyori closed 5 months ago

bgyori commented 5 months ago

This PR makes it easier to use the HTML assembler with custom source counts in settings where source counts are not "complete". Complete here means that all sources appear as keys in ever statement's source counts, even if the count is zero. Before this PR, custom source counts had to be complete, with this PR, the completion happens automatically.