Mercurial > repos > iracooke > protk_proteogenomics
comparison mzid_to_protxml.xml @ 2:68d8c9e521d7 draft
planemo upload for repository https://github.com/iracooke/protk-galaxytools/blob/master/protk-proteogenomics/.shed.yml commit 24e0fef2496984648a8a5cd5bff4d6b9b634a302-dirty
author | iracooke |
---|---|
date | Tue, 20 Oct 2015 20:34:50 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:a85c8de9630a | 2:68d8c9e521d7 |
---|---|
1 <tool id="mzid_to_protxml" name="mzIdentML to protXML" version="1.0.1"> | |
2 <description>Convert mzIdentML to protXML</description> | |
3 | |
4 <requirements> | |
5 <container type="docker">iracooke/protk-1.4.3</container> | |
6 <requirement type="package" version="1.4.3">protk</requirement> | |
7 <requirement type="package" version="2.2.29">blast+</requirement> | |
8 </requirements> | |
9 | |
10 <command> | |
11 mzid_to_protxml.rb $mzid_file | |
12 | |
13 -o $output | |
14 </command> | |
15 | |
16 <stdio> | |
17 <exit_code range="1:" level="fatal" description="Failure" /> | |
18 </stdio> | |
19 | |
20 <inputs> | |
21 | |
22 <param name="mzid_file" type="data" format="mzid" multiple="false" label="Proteomics Search Results" help="A ProtXML file produced by Protein Prophet"/> | |
23 | |
24 </inputs> | |
25 | |
26 <outputs> | |
27 <data format="protxml" name="output" /> | |
28 </outputs> | |
29 | |
30 | |
31 <tests> | |
32 <test> | |
33 <param name="mzid_file" value="PeptideShaker_tiny.mzid" format="mzid"/> | |
34 <output name="output" format="protxml"> | |
35 <assert_contents> | |
36 <has_text text="JEMP01000061" /> | |
37 </assert_contents> | |
38 </output> | |
39 </test> | |
40 </tests> | |
41 | |
42 <help> | |
43 | |
44 **What it does** | |
45 | |
46 Roughly converts mzIdentML to protXML. | |
47 | |
48 At the present time, the conversion is really only designed to work with mzIdentML files produced by PeptideShaker and to produce protXML files suitable for input to protk proteogenomics tools. | |
49 | |
50 | |
51 </help> | |
52 | |
53 </tool> |