view test-data/repressilator.bcsl.model @ 2:bd726f013bc1 draft default tip

planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 4719a69f514aed27d90c7017f052463b0b43cbb0
author sybila
date Sat, 15 Oct 2022 09:22:31 +0000
parents 179d32e79968
children
line wrap: on
line source

#! rules
X()::rep => @ k1*[X()::rep]
Y()::rep => @ k2*[Y()::rep]
Z()::rep => @ k1*[Z()::rep]
 => X()::rep @ 5**4/(5**4+[Z()::rep]**4)
 => Y()::rep @ 5**4/(5**4+[X()::rep]**4)
 => Z()::rep @ 5**4/(5**4+[Y()::rep]**4)

#! inits
1 X()::rep
1 Y()::rep

#! definitions
k1 = 0.05
k2 = 0.12