comparison CADDSuite/galaxyconfigs/tools/GalaxyConfigGenerator.xml @ 0:bac3c274238f

Migrated tool version 0.93 from old tool shed archive to new tool shed repository
author marcel
date Tue, 07 Jun 2011 16:43:30 -0400
parents
children 867bf9f815a0
comparison
equal deleted inserted replaced
-1:000000000000 0:bac3c274238f
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.-->
3 <tool id="galaxyconfiggenerator" name="GalaxyConfigGenerator" version="0.93">
4 <description>generate galaxy tool-config files</description>
5 <command interpreter="bash"><![CDATA[../../GalaxyConfigGenerator
6 #if str( $i ) != '' and str( $i ) != 'None' :
7 -i "$i"
8 #end if
9 #if str( $o ) != '' and str( $o ) != 'None' :
10 -o "$o"
11 #end if
12 #if str( $ignore ) != '' and str( $ignore ) != 'None' :
13 -ignore "$ignore"
14 #end if
15 #if str( $s ) != '' and str( $s ) != 'None' :
16 -s "$s"
17 #end if
18 | tail -n 5
19 ]]></command>
20 <inputs>
21 <param name="i" label="input par-file" optional="false" 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"/>
23 </inputs>
24 <outputs>
25 <data name="o" format="xml"/>
26 <data name="s" format="data"/>
27 </outputs>
28 <help>This tool can be used to create galaxy tool-configuration files.
29 As input, please supply a parameter-file as written by '-write_par' by all of our tools.</help>
30 </tool>