RuleWorld / bionetgen

Rule-based modeling framework
https://bionetgen.org/
MIT License
59 stars 25 forks source link

Copy parameter comments from BNGL to NET #216

Open tebuck opened 5 years ago

tebuck commented 5 years ago

This would allow the user to annotate parameters, e.g., for units, without changing BNGL syntax.

begin parameters
    k_1     10      # units=s-1
    k_2     10      # units=uM-1.s-1
end parameters