comparison protxml_to_xls.xml @ 0:9156a440afed draft default tip

Improved some datatype handling
author galaxyp
date Thu, 20 Jun 2013 11:09:24 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9156a440afed
1 <tool id="protxml_to_xls" name="Convert ProtXML to Tabular" version="0.1.0">
2 <description></description>
3
4 <command interpreter="python">
5 protxml2html_wrapper.py --input=${input} --export_spreadsheet
6 </command>
7
8 <inputs>
9 <param format="prot.xml" name="input" type="data" label="Prot XML Input"/>
10 </inputs>
11
12 <outputs>
13 <data format="protxml.tsv" name="output" from_work_dir="input.prot.xls" />
14 </outputs>
15
16 <requirements>
17 <requirement type="package">transproteomic_pipeline</requirement>
18 </requirements>
19
20 <help>
21 </help>
22 </tool>