0
|
1 <tool id="openms_pepxml_protxml_merger" version="0.1.0" name="Merge idXML from PepXML and ProtXML">
|
|
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">
|
|
10 openms_wrapper.py --executable 'IDMerger' --config $config
|
|
11 </command>
|
|
12 <configfiles>
|
|
13 <configfile name="config">[simple_options]
|
|
14 in="${pepxml} ${protxml}"
|
|
15 out=${out}
|
|
16 annotate_file_origin=${annotate_file_origin}
|
|
17 pepxml_protxml=true
|
|
18 </configfile>
|
|
19 </configfiles>
|
|
20 <inputs>
|
|
21 <param format="idxml" name="pepxml" type="data" label="idXML from PepXML"/>
|
|
22 <param format="idxml" name="protxml" type="data" label="idXML from ProtXML"/>
|
|
23 <param type="boolean" name="annotate_file_origin" label="Annotate file origin" help="Store the original filename in each protein/peptide identification (MetaValue: file_origin)." />
|
|
24 </inputs>
|
|
25 <outputs>
|
|
26 <data format="idxml" name="out" />
|
|
27 </outputs>
|
|
28 <help>
|
|
29 **What it does**
|
|
30
|
|
31 Merge idXML files derived from a pepXML and corresponding protXML file.
|
|
32
|
|
33 **Citation**
|
|
34
|
|
35 For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
|
|
36
|
|
37 If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
|
|
38 </help>
|
|
39 </tool>
|