Skip to content

Commit

Permalink
Added species to equation modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalshaikh42 committed Jul 18, 2018
1 parent 0a89737 commit 5d69dd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wc_model_gen/rand_gen/protein_degradation.py
Expand Up @@ -132,4 +132,6 @@ def gen_rate_laws(self):

rl.k_cat = 2 * numpy.log(2) / prot.half_life
rl.k_m = proteosome_conc
rl.equation.modifiers.append(
deg_protease.species.get_one(compartment=cytosol))
rl.equation.modifiers.append(rxn.participants[0].species)

0 comments on commit 5d69dd7

Please sign in to comment.