Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

chemical reactions do not have modifiable rates #11

Open
MarilisaCortesi opened this issue Dec 9, 2019 · 0 comments
Open

chemical reactions do not have modifiable rates #11

MarilisaCortesi opened this issue Dec 9, 2019 · 0 comments

Comments

@MarilisaCortesi
Copy link
Contributor

MarilisaCortesi commented Dec 9, 2019

chemical reactions {
            "repressor1 + inducer1" to "repressor1_inducer1"
            "repressor1_inducer1" to "repressor1 + inducer1"       
 }

        "repressor1_inducer1"{
            has a binding.rate of 1.4
            has an unbinding.rate of 0.2
        }
gives error

``
Type mismatch.
Required:
agct.degradation.Rate
Found:
agct.binding.Rate
``
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant