annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
179d32e79968 planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff changeset
1 #! rules
179d32e79968 planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff changeset
2 X()::rep => @ k1*[X()::rep]
179d32e79968 planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff changeset
3 Y()::rep => @ k2*[Y()::rep]
179d32e79968 planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff changeset
4 Z()::rep => @ k1*[Z()::rep]
179d32e79968 planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff changeset
5 => X()::rep @ 5**4/(5**4+[Z()::rep]**4)
179d32e79968 planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff changeset
6 => Y()::rep @ 5**4/(5**4+[X()::rep]**4)
179d32e79968 planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff changeset
7 => Z()::rep @ 5**4/(5**4+[Y()::rep]**4)
179d32e79968 planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff changeset
8
179d32e79968 planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff changeset
9 #! inits
179d32e79968 planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff changeset
10 1 X()::rep
179d32e79968 planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff changeset
11 1 Y()::rep
179d32e79968 planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff changeset
12
179d32e79968 planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff changeset
13 #! definitions
179d32e79968 planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff changeset
14 k1 = 0.05
179d32e79968 planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff changeset
15 k2 = 0.12