Mercurial > repos > sybila > ebcsgen_sbml_export
annotate test-data/simple.bcsl.model @ 2:26cdeab59c55 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:20:29 +0000 |
| parents | a09b6d472931 |
| children |
| rev | line source |
|---|---|
|
0
a09b6d472931
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
1 #! rules |
|
a09b6d472931
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
2 r1_S ~ P(S{i})::cell => P(S{a})::cell |
|
a09b6d472931
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
3 r1_T ~ P(T{i})::cell => P(T{a})::cell |
|
a09b6d472931
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
4 r2 ~ P()::cell => P()::out |
|
a09b6d472931
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
5 |
|
a09b6d472931
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
6 #! inits |
|
a09b6d472931
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
7 1 P(S{i},T{i})::cell |
