comparison test-data/example.pithya.model @ 0:bc3c2b38d783 draft default tip

planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 13d53c7fcc8541a4d3f1e19bfd607245554eedd8
author sybila
date Thu, 06 Oct 2022 09:50:39 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:bc3c2b38d783
1 VARS: x,y
2
3 CONSTS: k1,1; k2,1
4
5 PARAMS: deg_x,0,1; deg_y,0,1
6
7 EQ: x = k1*hillm(y,5,5,1,0) - deg_x*x
8 EQ: y = k2*hillm(x,5,5,1,0) - deg_y*y
9
10 VAR_POINTS: x: 1500, 20; y: 1500, 20
11
12 THRES: x: 0, 15
13 THRES: y: 0,4,8,15