annotate maxquant_phosphopeptide_intensity.xml @ 0:b09ed1684301 draft default tip

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
author galaxyp
date Thu, 04 Nov 2021 18:35:10 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
1 <tool id="maxquant_phosphopeptide_intensity" name="MaxQuant Phosphopeptide Intensity" version="0.1.0" python_template_version="3.5">
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
2 <description>for each sample</description>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
3 <requirements>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
4 <requirement type="package" version="1.14.2">r-data.table</requirement>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
5 <requirement type="package" version="1.7.1">r-optparse</requirement>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
6 <requirement type="package" version="1.4.0">r-stringr</requirement>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
7 </requirements>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
9 Rscript '$__tool_directory__/MaxQuantProcessingScript.R'
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
10 -i '$phospho_sites'
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
11 --enriched $enriched
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
12 --phosphoCol $phosphoCol
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
13 --numSamples $numSamples
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
14 --startCol $startCol
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
15 --intervalCol $intervalCol
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
16 --localProbCutoff $localProbCutoff
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
17 --collapse_func $collapse_func
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
18 -o phosphopeptide_intensities.tsv
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
19 && head phosphopeptide_intensities.tsv
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
20
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
21 ]]></command>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
22 <inputs>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
23 <param name="phospho_sites" type="data" format="tabular" label="MaxQuant Phospho (STY)Sites.txt"/>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
24 <param name="phosphoCol" type="data_column" numerical="false" data_ref="phospho_sites" label="Column: Number of Phospho (STY)" />
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
25 <param name="numSamples" type="integer" value="1" min="1" label="Number of samples or runs"/>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
26 <param name="startCol" type="data_column" numerical="false" data_ref="phospho_sites" label="Column: Intensity of the first sample" />
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
27 <param name="intervalCol" type="integer" value="1" min="1" label="Interval between the intensity column of samples" help="eg, 1 if subsequent column; 2 if every other column"/>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
28 <param name="enriched" type="select" label="Phospho enrichemnt type">
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
29 <option value="ST">ST</option>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
30 <option value="Y">Y</option>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
31 </param>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
32 <param name="collapse_func" type="select" label="Intensity merge function">
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
33 <option value="sum">sum</option>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
34 <option value="averge">averge</option>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
35 </param>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
36 <param name="localProbCutoff" type="float" value="0.75" min="0" max="1.0" label="Localization Probability Cutoff"/>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
37 </inputs>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
38 <outputs>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
39 <data name="output" format="tabular" from_work_dir="phosphopeptide_intensities.tsv"/>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
40 </outputs>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
41 <tests>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
42 <test>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
43 <param name="phospho_sites" ftype="tabular" value="Phospho (ST)Sites_NancyDu.txt"/>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
44 <param name="phosphoCol" value="37"/>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
45 <param name="numSamples" value="6"/>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
46 <param name="startCol" value="58"/>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
47 <param name="intervalCol" value="1"/>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
48 <param name="enriched" value="ST"/>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
49 <param name="collapse_func" value="sum"/>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
50 <param name="localProbCutoff" value="0.75"/>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
51 <output name="output">
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
52 <assert_contents>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
53 <has_text text="Phosphopeptide" />
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
54 <has_text text="AAAAAAAGDpSDpSWDADAFSVEDPVRK" />
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
55 <has_text text="997800000" />
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
56 </assert_contents>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
57 </output>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
58 </test>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
59 </tests>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
60 <help><![CDATA[
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
61 TODO: Fill in help.
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
62 ]]></help>
b09ed1684301 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant_phosphopeptide_intensity commit c41945617c468ca66813c95de6a5e6fe0edb0c15"
galaxyp
parents:
diff changeset
63 </tool>