comparison CADDSuite/galaxyconfigs/tools/GalaxyConfigGenerator.xml @ 5:b7a89b15646f

Uploaded
author marcel
date Tue, 12 Jul 2011 10:23:33 -0400
parents ff6df146c0d5
children
comparison
equal deleted inserted replaced
4:02c8570cde57 5:b7a89b15646f
1 1
2 <!--This is a configuration file for the integration of a CADDSuite tool into Galaxy (http://usegalaxy.org). This file was automatically generated using GalaxyConfigGenerator, so do not bother to make too many manual modifications.--> 2 <!--This is a configuration file for the integration of a CADDSuite tool into Galaxy (http://usegalaxy.org). This file was automatically generated using GalaxyConfigGenerator, so do not bother to make too many manual modifications.-->
3 <tool id="galaxyconfiggenerator" name="GalaxyConfigGenerator" version="0.94"> 3 <tool id="galaxyconfiggenerator" name="GalaxyConfigGenerator" version="0.95">
4 <description>generate galaxy tool-config files</description> 4 <description>generate galaxy tool-config files</description>
5 <command interpreter="bash"><![CDATA[../../GalaxyConfigGenerator 5 <command interpreter="bash"><![CDATA[../../GalaxyConfigGenerator
6 #if str( $i ) != '' and str( $i ) != 'None' : 6 #if str( $i ) != '' and str( $i ) != 'None' :
7 -i "$i" 7 -i "$i"
8 #end if 8 #end if
16 -s "$s" 16 -s "$s"
17 #end if 17 #end if
18 | tail -n 5 18 | tail -n 5
19 ]]></command> 19 ]]></command>
20 <inputs> 20 <inputs>
21 <param name="i" label="input par-file" optional="false" type="data" format="data"/> 21 <param name="i" optional="false" label="input par-file" type="data" format="data"/>
22 <param name="ignore" label="tool-parameter to be ignored, i.e. those for which no galaxy config entry should be created" optional="true" area="true" size="1x5"/> 22 <param name="ignore" optional="true" label="Optional: tool-parameter to be ignored, i.e. those for which no galaxy config entry should be created" area="true" size="1x5"/>
23 </inputs> 23 </inputs>
24 <outputs> 24 <outputs>
25 <data name="o" format="xml"/> 25 <data name="o" format="xml"/>
26 <data name="s" format="data"/> 26 <data name="s" format="data"/>
27 </outputs> 27 </outputs>