comparison ProteinQuantifier.xml @ 11:bb1e75938909 draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 55a2aeba8bfd8a6910630721de9857dcdfe05d3c"
author galaxyp
date Tue, 13 Oct 2020 19:47:00 +0000
parents f874f2998576
children d426affe977c
comparison
equal deleted inserted replaced
10:8a45fd5a608a 11:bb1e75938909
119 <param name="replacement" argument="-format:replacement" type="text" optional="true" value="_" label="If 'quoting' is 'none', used to replace occurrences of the separator in strings before writing" help=""> 119 <param name="replacement" argument="-format:replacement" type="text" optional="true" value="_" label="If 'quoting' is 'none', used to replace occurrences of the separator in strings before writing" help="">
120 <expand macro="list_string_san"/> 120 <expand macro="list_string_san"/>
121 </param> 121 </param>
122 </section> 122 </section>
123 <expand macro="adv_opts_macro"> 123 <expand macro="adv_opts_macro">
124 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overwrite tool specific checks" help=""/> 124 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/>
125 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> 125 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help="">
126 <expand macro="list_string_san"/> 126 <expand macro="list_string_san"/>
127 </param> 127 </param>
128 </expand> 128 </expand>
129 <param name="OPTIONAL_OUTPUTS" type="select" multiple="true" label="Optional outputs" optional="false"> 129 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
130 <option value="out_FLAG">out (If 'quoting' is 'none', used to replace occurrences of the separator in strings before writing)</option> 130 <option value="out_FLAG">out (Output file for protein abundances)</option>
131 <option value="peptide_out_FLAG">peptide_out (If 'quoting' is 'none', used to replace occurrences of the separator in strings before writing)</option> 131 <option value="peptide_out_FLAG">peptide_out (Output file for peptide abundances)</option>
132 <option value="mztab_FLAG">mztab (If 'quoting' is 'none', used to replace occurrences of the separator in strings before writing)</option> 132 <option value="mztab_FLAG">mztab (Output file (mzTab))</option>
133 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> 133 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option>
134 </param> 134 </param>
135 </inputs> 135 </inputs>
136 <outputs> 136 <outputs>
137 <data name="out" label="${tool.name} on ${on_string}: out" format="csv"> 137 <data name="out" label="${tool.name} on ${on_string}: out" format="csv">
155 <expand macro="manutest_ProteinQuantifier"/> 155 <expand macro="manutest_ProteinQuantifier"/>
156 </tests> 156 </tests>
157 <help><![CDATA[Compute peptide and protein abundances 157 <help><![CDATA[Compute peptide and protein abundances
158 158
159 159
160 For more information, visit http://www.openms.de/documentation/TOPP_ProteinQuantifier.html]]></help> 160 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/TOPP_ProteinQuantifier.html]]></help>
161 <expand macro="references"/> 161 <expand macro="references"/>
162 </tool> 162 </tool>