comparison ProteinQuantifier.xml @ 0:7652a9664052 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit fb85d488133bb2b5f483b52b2db0ac66038fafb8
author galaxyp
date Wed, 01 Mar 2017 12:45:23 -0500
parents
children 908ae1e4eb28
comparison
equal deleted inserted replaced
-1:000000000000 0:7652a9664052
1 <?xml version='1.0' encoding='UTF-8'?>
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.-->
3 <!--Proposed Tool Section: [Quantitation]-->
4 <tool id="ProteinQuantifier" name="ProteinQuantifier" version="2.1.0">
5 <description>Compute peptide and protein abundances</description>
6 <macros>
7 <token name="@EXECUTABLE@">ProteinQuantifier</token>
8 <import>macros.xml</import>
9 </macros>
10 <expand macro="references"/>
11 <expand macro="stdio"/>
12 <expand macro="requirements"/>
13 <command>ProteinQuantifier
14
15 #if $param_in:
16 -in $param_in
17 #end if
18 #if $param_protein_groups:
19 -protein_groups $param_protein_groups
20 #end if
21 #if $param_out:
22 -out $param_out
23 #end if
24 #if $param_peptide_out:
25 -peptide_out $param_peptide_out
26 #end if
27 #if $param_top:
28 -top $param_top
29 #end if
30 #if $param_average:
31 -average $param_average
32 #end if
33 #if $param_include_all:
34 -include_all
35 #end if
36 #if $param_filter_charge:
37 -filter_charge
38 #end if
39 #if $param_ratios:
40 -ratios
41 #end if
42 #if $param_ratiosSILAC:
43 -ratiosSILAC
44 #end if
45 #if $param_consensus_normalize:
46 -consensus:normalize
47 #end if
48 #if $param_consensus_fix_peptides:
49 -consensus:fix_peptides
50 #end if
51 #if $param_format_separator:
52 -format:separator "$param_format_separator"
53 #end if
54 #if $param_format_quoting:
55 -format:quoting $param_format_quoting
56 #end if
57 #if $param_format_replacement:
58 -format:replacement "$param_format_replacement"
59 #end if
60 #if $adv_opts.adv_opts_selector=='advanced':
61 #if $adv_opts.param_force:
62 -force
63 #end if
64 #end if
65 </command>
66 <inputs>
67 <param name="param_in" type="data" format="featurexml,consensusxml,idxml" optional="False" label="Input file" help="(-in) "/>
68 <param name="param_protein_groups" type="data" format="idxml" optional="True" label="Protein inference results for the identification runs that were used to annotate the input (" help="(-protein_groups) e.g. from ProteinProphet via IDFileConverter or Fido via FidoAdapter). &lt;br&gt;Information about indistinguishable proteins will be used for protein quantification"/>
69 <param name="param_top" type="integer" min="0" optional="True" value="3" label="Calculate protein abundance from this number of proteotypic peptides (most abundant first; '0' for all)" help="(-top) "/>
70 <param name="param_average" display="radio" type="select" optional="False" value="median" label="Averaging method used to compute protein abundances from peptide abundances" help="(-average) ">
71 <option value="median" selected="true">median</option>
72 <option value="mean">mean</option>
73 <option value="weighted_mean">weighted_mean</option>
74 <option value="sum">sum</option>
75 </param>
76 <param name="param_include_all" display="radio" type="boolean" truevalue="-include_all" falsevalue="" checked="false" optional="True" label="Include results for proteins with fewer proteotypic peptides than indicated by 'top' (no effect if 'top' is 0 or 1)" help="(-include_all) "/>
77 <param name="param_filter_charge" display="radio" type="boolean" truevalue="-filter_charge" falsevalue="" checked="false" optional="True" label="Distinguish between charge states of a peptide" help="(-filter_charge) For peptides, abundances will be reported separately for each charge; &lt;br&gt;for proteins, abundances will be computed based only on the most prevalent charge of each peptide. &lt;br&gt;By default, abundances are summed over all charge states"/>
78 <param name="param_ratios" display="radio" type="boolean" truevalue="-ratios" falsevalue="" checked="false" optional="True" label="Add the log2 ratios of the abundance values to the output" help="(-ratios) Format: log_2(x_0/x_0) &lt;sep&gt; log_2(x_1/x_0) &lt;sep&gt; log_2(x_2/x_0) "/>
79 <param name="param_ratiosSILAC" display="radio" type="boolean" truevalue="-ratiosSILAC" falsevalue="" checked="false" optional="True" label="Add the log2 ratios for a triple SILAC experiment to the output" help="(-ratiosSILAC) Only applicable to consensus maps of exactly three sub-maps. Format: log_2(heavy/light) &lt;sep&gt; log_2(heavy/middle) &lt;sep&gt; log_2(middle/light)"/>
80 <param name="param_consensus_normalize" display="radio" type="boolean" truevalue="-consensus:normalize" falsevalue="" checked="false" optional="True" label="Scale peptide abundances so that medians of all samples are equal" help="(-normalize) "/>
81 <param name="param_consensus_fix_peptides" display="radio" type="boolean" truevalue="-consensus:fix_peptides" falsevalue="" checked="false" optional="True" label="Use the same peptides for protein quantification across all samples" help="(-fix_peptides) &lt;br&gt;With 'top 0', all peptides that occur in every sample are considered. &lt;br&gt;Otherwise ('top N'), the N peptides that occur in the most samples (independently of each other) are selected, &lt;br&gt;breaking ties by total abundance (there is no guarantee that the best co-ocurring peptides are chosen!)"/>
82 <param name="param_format_separator" type="text" size="30" label="Character(s) used to separate fields; by default, the 'tab' character is used" help="(-separator) ">
83 <sanitizer>
84 <valid initial="string.printable">
85 <remove value="'"/>
86 <remove value="&quot;"/>
87 </valid>
88 </sanitizer>
89 </param>
90 <param name="param_format_quoting" display="radio" type="select" optional="False" value="double" label="Method for quoting of strings: 'none' for no quoting, 'double' for quoting with doubling of embedded quotes, &lt;br&gt;'escape' for quoting with backslash-escaping of embedded quotes" help="(-quoting) ">
91 <option value="none">none</option>
92 <option value="double" selected="true">double</option>
93 <option value="escape">escape</option>
94 </param>
95 <param name="param_format_replacement" type="text" size="30" value="_" label="If 'quoting' is 'none', used to replace occurrences of the separator in strings before writing" help="(-replacement) ">
96 <sanitizer>
97 <valid initial="string.printable">
98 <remove value="'"/>
99 <remove value="&quot;"/>
100 </valid>
101 </sanitizer>
102 </param>
103 <expand macro="advanced_options">
104 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
105 </expand>
106 </inputs>
107 <outputs>
108 <data name="param_out" format="tabular"/>
109 <data name="param_peptide_out" format="tabular"/>
110 </outputs>
111 <help>Compute peptide and protein abundances
112
113
114 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_ProteinQuantifier.html</help>
115 </tool>