annotate idconvert.xml @ 1:9e6e840d6b52 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
author galaxyp
date Mon, 08 Aug 2016 10:43:52 -0400
parents 4f7d6bec667f
children edb33e8224c6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
1 <tool id="idconvert" name="idconvert" version="@VERSION@.0">
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
2 <description>Convert mass spectrometry identification files</description>
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
3 <macros>
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
4 <import>msconvert_macros.xml</import>
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
5 </macros>
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
6 <expand macro="generic_requirements" />
1
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
7 <stdio>
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
8 <exit_code range="1:" />
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
9 <regex match="Error"
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
10 source="both"
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
11 level="fatal"
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
12 description="Error" />
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
13 </stdio>
0
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
14 <command>
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
15 <![CDATA[
1
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
16 #import os.path
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
17 #set $input_name = '.'.join([$os.path.basename(str($from.input)),str($from.input.extension).replace('xml','.xml')])
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
18 ln -s "$from.input" "$input_name" &&
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
19 idconvert $input_name
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
20 #if str($to_format) == 'pep.xml':
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
21 --pepXML
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
22 #elif str($to_format) == 'text':
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
23 --text
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
24 #end if
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
25 --outdir outdir
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
26 && cp outdir/* $output
0
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
27 ]]>
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
28 </command>
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
29 <inputs>
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
30 <conditional name="from">
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
31 <param name="from_format" type="select" label="Convert from">
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
32 <option value="mzid">mzIdentML (mzid)</option>
1
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
33 <option value="pepxml">pepXML (pepxml)</option>
0
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
34 <option value="protxml">protXML (protxml)</option>
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
35 </param>
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
36 <when value="mzid">
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
37 <param name="input" type="data" format="pepxml,protxml,mzid" label="MS mzIdentML (mzid)" />
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
38 </when>
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
39 <when value="protxml">
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
40 <param name="input" type="data" format="protxml" label="MS pepXML (pepxml)" />
1
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
41 <param name="pepxml" type="data" format="pepxml" multiple="true" label="MS Identification" />
0
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
42 </when>
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
43 <when value="pepxml">
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
44 <param name="input" type="data" format="pepxml" label="MS Identification" />
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
45 </when>
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
46 </conditional>
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
47 <param name="to_format" type="select" label="Convert to">
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
48 <option value="mzid">mzIdentML (mzid)</option>
1
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
49 <option value="pep.xml">pepXML (pepxml)</option>
0
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
50 <option value="text">text</option>
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
51 </param>
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
52 </inputs>
1
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
53 <outputs>
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
54 <data format="mzid" name="output" label="${from.input.name.rsplit('.',1)[0]}.${to_format}">
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
55 <change_format>
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
56 <when input="to_format" value="pep.xml" format="pepxml" />
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
57 <when input="to_format" value="text" format="txt" />
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
58 </change_format>
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
59 </data>
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
60 </outputs>
0
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
61 <tests>
1
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
62 <test>
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
63 <param name="input" value="Rpal_01.pepXML" />
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
64 <param name="from_format" value="pepxml" />
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
65 <param name="to_format" value="mzid" />
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
66 <output name="output_psms">
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
67 <assert_contents>
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
68 <has_text text="MzIdentML" />
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
69 <has_text text="VIKKSTTGRVLSDDILVIRKGEIAARNASHKMR" />
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
70 </assert_contents>
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
71 </output>
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
72 </test>
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
73 <test>
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
74 <param name="input" value="Rpal_01.mzid" />
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
75 <param name="from_format" value="mzid" />
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
76 <param name="to_format" value="pep.xml" />
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
77 <output name="output_psms">
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
78 <assert_contents>
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
79 <has_text text="msms_pipeline_analysis" />
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
80 <has_text text="VIKKSTTGRVLSDDILVIRKGEIAARNASHKMR" />
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
81 </assert_contents>
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
82 </output>
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
83 </test>
0
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
84 </tests>
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
85 <help>
1
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
86 <![CDATA[
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
87 idconvert [options] [filemasks]
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
88 Convert mass spec identification file formats.
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
89
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
90 Return value: # of failed files.
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
91
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
92 Options:
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
93 -f [ --filelist ] arg : specify text file containing filenames
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
94 -o [ --outdir ] arg (=.) : set output directory ('-' for stdout) [.]
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
95 -c [ --config ] arg : configuration file (optionName=value)
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
96 -e [ --ext ] arg : set extension for output files [mzid|pepXML|txt]
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
97 --mzIdentML : write mzIdentML format [default]
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
98 --pepXML : write pepXML format
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
99 --text : write hierarchical text format
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
100 -v [ --verbose ] : display detailed progress information
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
101 Examples:
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
102
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
103 # convert sequest.pepXML to sequest.mzid
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
104 idconvert sequest.pepXML
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
105
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
106 # convert sequest.protXML to sequest.mzid
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
107 # Also reads any pepXML file referenced in the
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
108 # protXML file if available. If the protXML
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
109 # file has been moved from its original location,
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
110 # the pepXML will still be found if it has also
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
111 # been moved to the same position relative to the
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
112 # protXML file. This relative position is determined
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
113 # by reading the protXML protein_summary:summary_xml
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
114 # and protein_summary_header:source_files values.
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
115 idconvert sequest.protXML
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
116
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
117 # convert mascot.mzid to mascot.pepXML
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
118 idconvert mascot.mzid --pepXML
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
119
9e6e840d6b52 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 6674ecccbb39a4bd7e379d6e8969ccec0069c2f1
galaxyp
parents: 0
diff changeset
120 ]]>
0
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
121 </help>
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
122 <expand macro="citations" />
4f7d6bec667f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 4fa5bf9c62e4bba06c4d6e7de962c85959b61579-dirty
galaxyp
parents:
diff changeset
123 </tool>