view test-data/example.pithya.model @ 1:79404dc57ba2 draft default tip

planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 559ab668b8c6a946587513a48c56ae343840ff23
author sybila
date Thu, 06 Oct 2022 09:40:27 +0000
parents c288b90b86ed
children
line wrap: on
line source

VARS: x,y

CONSTS: k1,1; k2,1

PARAMS: deg_x,0,1; deg_y,0,1

EQ: x = k1*hillm(y,5,5,1,0) - deg_x*x
EQ: y = k2*hillm(x,5,5,1,0) - deg_y*y

VAR_POINTS: x: 1500, 20; y: 1500, 20

THRES: x: 0, 15
THRES: y: 0,4,8,15