Mercurial > repos > galaxyp > utilities
comparison pepxml_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="pepxml_to_xls" name="Convert PepXML to Tabular" version="0.1.0"> | |
2 <description></description> | |
3 | |
4 <requirements> | |
5 <requirement type="package">transproteomic_pipeline</requirement> | |
6 </requirements> | |
7 | |
8 | |
9 <command interpreter="python"> | |
10 pepxml_viewer_wrapper.py --input=${input} --export_spreadsheet | |
11 </command> | |
12 | |
13 <inputs> | |
14 <param format="pepxml" name="input" type="data" label="Pep XML Input"/> | |
15 </inputs> | |
16 | |
17 <outputs> | |
18 <data format="pepxml.tsv" name="output" from_work_dir="input.pep.xls" /> | |
19 </outputs> | |
20 | |
21 <help> | |
22 | |
23 </help> | |
24 </tool> |