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 respond NotFound: cannot find 'rngstart' Attached is the xml tool definition file. Best, Ketan
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 <ketancmaheshwari@gmail.com>:
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 respond NotFound: cannot find 'rngstart'
Attached is the xml tool definition file.
Best, Ketan
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: http://lists.bx.psu.edu/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
That did the trick! Thanks! On Tue, Feb 4, 2014 at 10:26 AM, bjoern.gruening@googlemail.com < bjoern.gruening@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
2014-02-04 Ketan Maheshwari <ketancmaheshwari@gmail.com>:
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 respond NotFound: cannot find 'rngstart'
Attached is the xml tool definition file.
Best, Ketan
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: http://lists.bx.psu.edu/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
-- Ketan
participants (2)
-
bjoern.gruening@googlemail.com
-
Ketan Maheshwari