annotate pepquery2_index.xml @ 0:24681d6372f3 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
author galaxyp
date Sun, 06 Nov 2022 16:26:04 +0000
parents
children 0f0095bde898
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
1 <tool id="pepquery2_index" name="PepQuery2 index" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5">
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
2 <description>MS/MS data for faster search</description>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
3 <macros>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
4 <import>macros.xml</import>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
5 </macros>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
6 <requirements>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
7 <requirement type="package" version="@TOOL_VERSION@">pepquery</requirement>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
8 </requirements>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
10 @CMD_IMPORTS@
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
11 @INDEX_SPECTRUM_FILES@
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
12 $index_spectrum_files($output.files_path, $inputs)
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
13 ]]></command>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
14 <inputs>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
15 <param name="inputs" argument="-i" type="data" format="mfg,mzml,mzxml" multiple="true" label="MS Spectrum files">
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
16 </param>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
17 </inputs>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
18 <outputs>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
19 <data name="output" format="txt" label="${tool.name} on ${on_string}: summary.txt" from_work_dir="index_dir/summary.txt"/>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
20 </outputs>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
21 <tests>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
22 <test>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
23 <param name="inputs" ftype="mzml" value="small-index-filter.mzML"/>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
24 <output name="output">
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
25 <assert_contents>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
26 <has_text text="small-index-filter.mzML"/>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
27 </assert_contents>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
28 </output>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
29 </test>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
30 <test>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
31 <param name="inputs" value="small-index-filter.mzML,AgilentMassHunterTest.mzXML,immunopeptidomics.mgf"/>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
32 <output name="output">
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
33 <assert_contents>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
34 <has_text text="small-index-filter.mzML"/>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
35 <has_text text="AgilentMassHunterTest.mzXML"/>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
36 <has_text text="immunopeptidomics.mgf"/>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
37 </assert_contents>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
38 </output>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
39 </test>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
40 </tests>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
41 <help><![CDATA[
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
42 **PepQuery Index**
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
43
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
44 Indexes MS/MS data for fast searching.
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
45 This can significant speed up the search especially when the size of MS/MS data is very large.
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
46
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
47 The output can be used as input to **PepQuery2** Galaxy tool in the **MS/MS dataset to search** *Indexed MS/MS spectrums*.
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
48 ]]></help>
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
49 <expand macro="citations" />
24681d6372f3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 00e1b1770d0b1f9fe31384b37b55f7ae9d97b597
galaxyp
parents:
diff changeset
50 </tool>