annotate test-data/example.pithya.model @ 0:c288b90b86ed draft

planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
author sybila
date Tue, 04 Oct 2022 12:35:12 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
1 VARS: x,y
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
2
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
3 CONSTS: k1,1; k2,1
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
4
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
5 PARAMS: deg_x,0,1; deg_y,0,1
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
6
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
7 EQ: x = k1*hillm(y,5,5,1,0) - deg_x*x
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
8 EQ: y = k2*hillm(x,5,5,1,0) - deg_y*y
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
9
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
10 VAR_POINTS: x: 1500, 20; y: 1500, 20
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
11
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
12 THRES: x: 0, 15
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
13 THRES: y: 0,4,8,15