annotate proteinpilot_xml.xml @ 10:c0d4ae9647b5
draft default tip
planemo upload commit 37f8e06b4f435a54804b326f5f6c6b1a65983466-dirty
author |
galaxyp |
date |
Fri, 23 Sep 2016 09:34:49 -0400 |
parents |
0aa9d080713e |
children |
|
rev |
line source |
8
|
1 <tool id="proteinpilot_xml" name="ProteinPilot - Convert Group to XML" version="5.0.0">
|
0
|
2 <description></description>
|
|
3 <command>
|
8
|
4 GroupFileExtractor.exe XML $input $output
|
0
|
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>
|