comparison ProteinResolver.xml @ 11:95f90fab5ce8 draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 55a2aeba8bfd8a6910630721de9857dcdfe05d3c"
author galaxyp
date Tue, 13 Oct 2020 20:11:11 +0000
parents 814d6f4706e3
children 851f7c252d66
comparison
equal deleted inserted replaced
10:f7ef238cc21e 11:95f90fab5ce8
124 <option value="whitespace">whitespace</option> 124 <option value="whitespace">whitespace</option>
125 <expand macro="list_string_san"/> 125 <expand macro="list_string_san"/>
126 </param> 126 </param>
127 </section> 127 </section>
128 <expand macro="adv_opts_macro"> 128 <expand macro="adv_opts_macro">
129 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overwrite tool specific checks" help=""/> 129 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/>
130 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> 130 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help="">
131 <expand macro="list_string_san"/> 131 <expand macro="list_string_san"/>
132 </param> 132 </param>
133 </expand> 133 </expand>
134 <param name="OPTIONAL_OUTPUTS" type="select" multiple="true" label="Optional outputs" optional="false"> 134 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
135 <option value="protein_groups_FLAG">protein_groups (Separator, which should be used to split a row into columns)</option> 135 <option value="protein_groups_FLAG">protein_groups (output file. Contains all protein groups)</option>
136 <option value="peptide_table_FLAG">peptide_table (Separator, which should be used to split a row into columns)</option> 136 <option value="peptide_table_FLAG">peptide_table (output file)</option>
137 <option value="protein_table_FLAG">protein_table (Separator, which should be used to split a row into columns)</option> 137 <option value="protein_table_FLAG">protein_table (output file. Contains one protein per line)</option>
138 <option value="additional_info_FLAG">additional_info (Separator, which should be used to split a row into columns)</option> 138 <option value="additional_info_FLAG">additional_info (output file for additional info)</option>
139 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> 139 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option>
140 </param> 140 </param>
141 </inputs> 141 </inputs>
142 <outputs> 142 <outputs>
143 <data name="protein_groups" label="${tool.name} on ${on_string}: protein_groups" format="csv"> 143 <data name="protein_groups" label="${tool.name} on ${on_string}: protein_groups" format="csv">
164 <expand macro="manutest_ProteinResolver"/> 164 <expand macro="manutest_ProteinResolver"/>
165 </tests> 165 </tests>
166 <help><![CDATA[protein inference 166 <help><![CDATA[protein inference
167 167
168 168
169 For more information, visit http://www.openms.de/documentation/TOPP_ProteinResolver.html]]></help> 169 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/TOPP_ProteinResolver.html]]></help>
170 <expand macro="references"/> 170 <expand macro="references"/>
171 </tool> 171 </tool>