comparison proteinpilot_xml.xml @ 0:7dcb26ce559c

Uploaded
author galaxyp
date Wed, 19 Dec 2012 00:22:55 -0500
parents
children 4c820e82d22c
comparison
equal deleted inserted replaced
-1:000000000000 0:7dcb26ce559c
1 <tool id="proteinpilot_xml" version="0.1" name="Convert ProteinPilot Group to XML">
2 <description></description>
3 <command>
4 group2xml.exe XML $input $output
5 </command>
6 <inputs>
7 <param format="group" name="input" type="data" label="ProteinPilot Group Data" help=""/>
8 </inputs>
9 <outputs>
10 <data format="proteinpilot.xml" name="output" label="XML from ${on_string}"/>
11 </outputs>
12 <help>
13 </help>
14 </tool>