comparison SvmTheoreticalSpectrumGeneratorTrainer.xml @ 9:fb26ce877bbe draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author galaxyp
date Wed, 15 May 2019 05:58:29 -0400
parents b6a1be37fb1a
children f5d837ee081c
comparison
equal deleted inserted replaced
8:c52359e34b7c 9:fb26ce877bbe
1 <?xml version='1.0' encoding='UTF-8'?> 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.--> 2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTDConverter.-->
3 <!--Proposed Tool Section: [Utilities]--> 3 <!--Proposed Tool Section: [Utilities]-->
4 <tool id="SvmTheoreticalSpectrumGeneratorTrainer" name="SvmTheoreticalSpectrumGeneratorTrainer" version="2.2.0"> 4 <tool id="SvmTheoreticalSpectrumGeneratorTrainer" name="SvmTheoreticalSpectrumGeneratorTrainer" version="2.3.0">
5 <description>Trainer for SVM models as input for SvmTheoreticalSpectrumGenerator</description> 5 <description>Trainer for SVM models as input for SvmTheoreticalSpectrumGenerator</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">SvmTheoreticalSpectrumGeneratorTrainer</token> 7 <token name="@EXECUTABLE@">SvmTheoreticalSpectrumGeneratorTrainer</token>
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
10 <expand macro="references"/> 10 <expand macro="references"/>
11 <expand macro="stdio"/> 11 <expand macro="stdio"/>
12 <expand macro="requirements"/> 12 <expand macro="requirements"/>
13 <command>SvmTheoreticalSpectrumGeneratorTrainer 13 <command detect_errors="aggressive"><![CDATA[SvmTheoreticalSpectrumGeneratorTrainer
14 14
15 #if $param_in_spectra: 15 #if $param_in_spectra:
16 -in_spectra $param_in_spectra 16 -in_spectra $param_in_spectra
17 #end if 17 #end if
18 #if $param_in_identifications: 18 #if $param_in_identifications:
230 #if $adv_opts.adv_opts_selector=='advanced': 230 #if $adv_opts.adv_opts_selector=='advanced':
231 #if $adv_opts.param_force: 231 #if $adv_opts.param_force:
232 -force 232 -force
233 #end if 233 #end if
234 #end if 234 #end if
235 </command> 235 ]]></command>
236 <inputs> 236 <inputs>
237 <param name="param_in_spectra" type="data" format="mzml" optional="False" label="Input Training Spectra in mzML" help="(-in_spectra) "/> 237 <param name="param_in_spectra" type="data" format="mzml" optional="False" label="Input Training Spectra in mzML" help="(-in_spectra) "/>
238 <param name="param_in_identifications" type="data" format="idxml" optional="False" label="Input file with corresponding sequences in idXML" help="(-in_identifications) "/> 238 <param name="param_in_identifications" type="data" format="idxml" optional="False" label="Input file with corresponding sequences in idXML" help="(-in_identifications) "/>
239 <param name="param_precursor_charge" type="integer" min="1" max="3" optional="True" value="2" label="Precursor charge state used for model training" help="(-precursor_charge) "/> 239 <param name="param_precursor_charge" type="integer" min="1" max="3" optional="True" value="2" label="Precursor charge state used for model training" help="(-precursor_charge) "/>
240 <param name="param_write_training_files" display="radio" type="boolean" truevalue="-write_training_files" falsevalue="" checked="false" optional="True" label="No models are trained but input training files for libSVM command line tools are produced" help="(-write_training_files) "/> 240 <param name="param_write_training_files" display="radio" type="boolean" truevalue="-write_training_files" falsevalue="" checked="false" optional="True" label="No models are trained but input training files for libSVM command line tools are produced" help="(-write_training_files) "/>
318 <data name="param_model_output_file" format="data"/> 318 <data name="param_model_output_file" format="data"/>
319 </outputs> 319 </outputs>
320 <help>Trainer for SVM models as input for SvmTheoreticalSpectrumGenerator 320 <help>Trainer for SVM models as input for SvmTheoreticalSpectrumGenerator
321 321
322 322
323 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_SvmTheoreticalSpectrumGeneratorTrainer.html</help> 323 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_SvmTheoreticalSpectrumGeneratorTrainer.html</help>
324 </tool> 324 </tool>