0
|
1 <tool id="openms_idxml_to_peptides" version="0.1.0" name="Export peptide report from idXML ">
|
|
2 <description>
|
|
3 </description>
|
2
|
4 <macros>
|
|
5 <import>macros.xml</import>
|
|
6 </macros>
|
|
7 <expand macro="stdio" />
|
|
8 <expand macro="requires" />
|
0
|
9 <command interpreter="python">
|
2
|
10 openms_exporter.py --type peptide --in ${in} --out ${out}
|
0
|
11 </command>
|
|
12 <inputs>
|
|
13 <param format="idxml" name="in" type="data" label="Input Identification File"/>
|
|
14 </inputs>
|
|
15 <outputs>
|
|
16 <data format="tabular" name="out">
|
|
17 </data>
|
|
18 </outputs>
|
|
19 <help>
|
|
20 **What it does**
|
|
21
|
|
22 Extracts a peptide-level tabular report from an idXML file. The "Export idXML to Tabular" tool provides similar functionality and wraps the OpenMS program TextExporter. However the output of that program may be difficult to utilize in Galaxy and it fails under under certain conditions (e.g. on idXML files coming from PepNovo). This tool was designed for Galaxy and its output is easier to process with other tools in Galaxy.
|
|
23
|
|
24 **Citation**
|
|
25
|
|
26 If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
|
|
27 </help>
|
|
28 </tool>
|