comparison PrecursorIonSelector.xml @ 11:fa7a58de2977 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:24 +0000
parents faac17171cc2
children 1cae2aac2260
comparison
equal deleted inserted replaced
10:fe761c27a561 11:fa7a58de2977
101 #if "ctd_out_FLAG" in $OPTIONAL_OUTPUTS 101 #if "ctd_out_FLAG" in $OPTIONAL_OUTPUTS
102 && mv '@EXECUTABLE@.ctd' '$ctd_out' 102 && mv '@EXECUTABLE@.ctd' '$ctd_out'
103 #end if]]></command> 103 #end if]]></command>
104 <configfiles> 104 <configfiles>
105 <inputs name="args_json" data_style="paths"/> 105 <inputs name="args_json" data_style="paths"/>
106 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> 106 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true, "algorithm": {"Preprocessing": {"tmp_dir": "\$TMP_DIR"}}}]]></configfile>
107 </configfiles> 107 </configfiles>
108 <inputs> 108 <inputs>
109 <param name="in" argument="-in" type="data" format="featurexml" optional="false" label="Input feature map file (featureXML)" help=" select featurexml data sets(s)"/> 109 <param name="in" argument="-in" type="data" format="featurexml" optional="false" label="Input feature map file (featureXML)" help=" select featurexml data sets(s)"/>
110 <param name="ids" argument="-ids" type="data" format="idxml" optional="false" label="file containing results of identification" help=" select idxml data sets(s)"/> 110 <param name="ids" argument="-ids" type="data" format="idxml" optional="false" label="file containing results of identification" help=" select idxml data sets(s)"/>
111 <param name="num_precursors" argument="-num_precursors" type="integer" optional="true" value="1" label="number of precursors to be selected" help=""/> 111 <param name="num_precursors" argument="-num_precursors" type="integer" optional="true" value="1" label="number of precursors to be selected" help=""/>
196 <param name="solver" argument="-solver" display="radio" type="select" optional="false" label="LP solver type" help=""> 196 <param name="solver" argument="-solver" display="radio" type="select" optional="false" label="LP solver type" help="">
197 <option value="GLPK" selected="true">GLPK</option> 197 <option value="GLPK" selected="true">GLPK</option>
198 <option value="COINOR">COINOR</option> 198 <option value="COINOR">COINOR</option>
199 <expand macro="list_string_san"/> 199 <expand macro="list_string_san"/>
200 </param> 200 </param>
201 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overwrite tool specific checks" help=""/> 201 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/>
202 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> 202 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help="">
203 <expand macro="list_string_san"/> 203 <expand macro="list_string_san"/>
204 </param> 204 </param>
205 </expand> 205 </expand>
206 <param name="OPTIONAL_OUTPUTS" type="select" multiple="true" label="Optional outputs" optional="false"> 206 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
207 <option value="out_FLAG">out (std of the gauss curve)</option> 207 <option value="out_FLAG">out (modified feature map)</option>
208 <option value="next_feat_FLAG">next_feat (std of the gauss curve)</option> 208 <option value="next_feat_FLAG">next_feat (feature map (featureXML) file with the selected precursors)</option>
209 <option value="sim_results_FLAG">sim_results (std of the gauss curve)</option> 209 <option value="sim_results_FLAG">sim_results (File containing the results of the simulation run)</option>
210 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> 210 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option>
211 </param> 211 </param>
212 </inputs> 212 </inputs>
213 <outputs> 213 <outputs>
214 <data name="out" label="${tool.name} on ${on_string}: out" format="featurexml"> 214 <data name="out" label="${tool.name} on ${on_string}: out" format="featurexml">
232 <expand macro="manutest_PrecursorIonSelector"/> 232 <expand macro="manutest_PrecursorIonSelector"/>
233 </tests> 233 </tests>
234 <help><![CDATA[PrecursorIonSelector 234 <help><![CDATA[PrecursorIonSelector
235 235
236 236
237 For more information, visit http://www.openms.de/documentation/TOPP_PrecursorIonSelector.html]]></help> 237 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/TOPP_PrecursorIonSelector.html]]></help>
238 <expand macro="references"/> 238 <expand macro="references"/>
239 </tool> 239 </tool>