comparison protxml_to_xls.xml @ 0:156ef965340e draft default tip

Uploaded
author galaxyp
date Wed, 08 Oct 2014 13:46:58 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:156ef965340e
1 <tool id="protxml_to_xls" name="Convert ProtXML to Tabular" version="0.1.0">
2 <requirements>
3 <requirement type="package" version="4.6.3">trans_proteomic_pipeline</requirement>
4 </requirements>
5
6 <description></description>
7
8 <command interpreter="python">
9 protxml2html_wrapper.py --input=${input} --export_spreadsheet
10 </command>
11
12 <inputs>
13 <param format="prot.xml" name="input" type="data" label="ProtXML Input"/>
14 </inputs>
15
16 <outputs>
17 <data format="protxml.tsv" name="output" from_work_dir="input.prot.xls" />
18 </outputs>
19
20 <help>
21 </help>
22 </tool>