
Untitled
By: a guest on
May 8th, 2012 | syntax:
Python | size: 2.10 KB | hits: 23 | expires: Never
============ COMMAND =================
<command>
treeannotator
-heights $nodeheights
#if $selecttargettype.$selecttarget == "yes"
-target '$target'
#end if
============ COMMAND =================
============ INTERFACE =================
<conditional name="selecttargettype">
<param name="selecttarget" type="select" label="Target tree type"
help="Use either the default Maximum Clade Credibility (MCC) tree or a
user-provided target tree." value="no">
<option value="no">MCC Tree</option>
<option value="yes">User Target Tree</option>
</param>
<when value="yes">
<param format="nexus" name="target" type="data" value="" label="Target tree file" />
</when>
<when value="no">
<param type="hidden" name="target" value="no" />
</when>
</conditional>
============ INTERFACE =================
============ ERROR =================
galaxy.jobs.handler DEBUG 2012-05-07 23:33:47,739 dispatching job 946 to drmaa runner
galaxy.jobs.handler INFO 2012-05-07 23:33:47,813 (946) Job dispatchedgalaxy.jobs.runners.drmaa ERROR 2012-05-07 23:33:48,038 failure running job 946
Traceback (most recent call last): File "/galaxy/run/dev/lib/galaxy/jobs/runners/drmaa.py", line 144, in queue_job job_wrapper.prepare() File "/galaxy/run/dev/lib/galaxy/jobs/__init__.py", line 173, in prepare self.command_line = self.tool.build_command_line( param_dict ) File "/galaxy/run/dev/lib/galaxy/tools/__init__.py", line 2028, in build_command_line
command_line = fill_template( self.command, context=param_dict ) File "/galaxy/run/dev/lib/galaxy/util/template.py", line 9, in fill_template return str( Template( source=template_text, searchList=[context] ) ) File "/galaxy/run/dev/eggs/Cheetah-2.2.2-py2.6-linux-x86_64-ucs2.egg/Cheetah/Template.py", line 1004, in __str__
return getattr(self, mainMethName)() File "cheetah_DynamicallyCompiledCheetahTemplate_1336448027_9_11868.py", line 88, in respond
AttributeError: 'dict' object has no attribute 'VFFSL'
============ ERROR =================