Re: [galaxy-dev] Geting integer value from InputValueWrapper in plugin xml file

2015-04-16 Thread John Chilton
On Thu, Apr 16, 2015 at 9:10 AM, Peter Cock wrote: > On Thu, Apr 16, 2015 at 1:59 PM, Christian Brenninkmeijer > wrote: >> Hi, >> I am a new galaxy developer playing with writing my first plugins >> >> In my plugin xml configaration file: >> I want to be able to increase the value of one para

Re: [galaxy-dev] Geting integer value from InputValueWrapper in plugin xml file

2015-04-16 Thread Peter Cock
On Thu, Apr 16, 2015 at 1:59 PM, Christian Brenninkmeijer wrote: > Hi, > I am a new galaxy developer playing with writing my first plugins > > In my plugin xml configaration file: > I want to be able to increase the value of one parameter based on another > using > > > #if $rows.option

[galaxy-dev] Geting integer value from InputValueWrapper in plugin xml file

2015-04-16 Thread Christian Brenninkmeijer
Hi, I am a new galaxy developer playing with writing my first plugins In my plugin xml configaration file: I want to be able to increase the value of one parameter based on another using #if $rows.option =="header_ignore" #set $data_start = $rows.ignore + 1 but I get: unsuppor