ecell / ecell4

An integrated software environment for multi-algorithm, multi-timescale, multi-spatial-representation simulation of various cellular phenomena
https://ecell4.e-cell.org/
GNU General Public License v3.0
17 stars 9 forks source link

Enable to set ReactionRule's attributes #60

Closed kaizu closed 4 years ago

kaizu commented 5 years ago

See also https://github.com/ecell/ecell4-base/issues/229

The draft is as follows:

with reaction_rules():
    A + B > C | 0.01 | {"name": "binding reaction 1", "evidence": "some database id"}
kaizu commented 5 years ago

This feature might be also applicable to the case shown in https://github.com/ecell/ecell4/issues/60