[galaxy-dev] Cheetah code issue

2014-02-04 Thread Ketan Maheshwari
Hi, While developing a tool, I am facing Cheetah code issue. I looked up the mailing list archive and found many similar issues reported earlier but could not debug this. Any tips in debugging is appreciated. File cheetah_DynamicallyCompiledCheetahTemplate_1391530084_29_71368.py, line 97, in

Re: [galaxy-dev] Cheetah code issue

2014-02-04 Thread bjoern.gruen...@googlemail.com
Hi, to access variables in a conditional you need to write something like that: $rangeorlist.rngstart $rangeorlist.rend $rangeorlist.stepsize Cheers, Bjoern 2014-02-04 Ketan Maheshwari ketancmaheshw...@gmail.com: Hi, While developing a tool, I am facing Cheetah code issue. I looked up the

Re: [galaxy-dev] Cheetah code issue

2014-02-04 Thread Ketan Maheshwari
That did the trick! Thanks! On Tue, Feb 4, 2014 at 10:26 AM, bjoern.gruen...@googlemail.com bjoern.gruen...@gmail.com wrote: Hi, to access variables in a conditional you need to write something like that: $rangeorlist.rngstart $rangeorlist.rend $rangeorlist.stepsize Cheers, Bjoern