Mercurial > repos > galaxyp > openms_rtevaluation
view RTEvaluation.xml @ 3:187aed84ab11 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d4b74e94ddabaccec6b1c5f9540d074c39207600
author | galaxyp |
---|---|
date | Sat, 28 Oct 2017 05:30:13 -0400 |
parents | ec558a3747d6 |
children | b4a3c247bc49 |
line wrap: on
line source
<?xml version='1.0' encoding='UTF-8'?> <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> <!--Proposed Tool Section: [Utilities]--> <tool id="RTEvaluation" name="RTEvaluation" version="2.2.0"> <description>Application that evaluates TPs (true positives), TNs, FPs, and FNs for an idXML file with predicted RTs.</description> <macros> <token name="@EXECUTABLE@">RTEvaluation</token> <import>macros.xml</import> </macros> <expand macro="references"/> <expand macro="stdio"/> <expand macro="requirements"/> <command>RTEvaluation #if $param_in: -in $param_in #end if #if $param_out: -out $param_out #end if #if $param_latex: -latex #end if #if $param_p_value_dim_1: -p_value_dim_1 $param_p_value_dim_1 #end if #if $param_p_value_dim_2: -p_value_dim_2 $param_p_value_dim_2 #end if #if $adv_opts.adv_opts_selector=='advanced': #if $adv_opts.param_force: -force #end if #end if </command> <inputs> <param name="param_in" type="data" format="idxml" optional="False" label="Input file" help="(-in) "/> <param name="param_latex" display="radio" type="boolean" truevalue="-latex" falsevalue="" checked="false" optional="True" label="Indicates whether the output file format of the table should be LaTeX or CSV (default)" help="(-latex) "/> <param name="param_p_value_dim_1" type="float" min="0.0" max="1.0" optional="True" value="0.01" label="Significance level of first dimension RT filte" help="(-p_value_dim_1) "/> <param name="param_p_value_dim_2" type="float" min="0.0" max="1.0" optional="True" value="0.05" label="Significance level of second dimension RT filte" help="(-p_value_dim_2) "/> <expand macro="advanced_options"> <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> </expand> </inputs> <outputs> <data name="param_out" format="tabular"/> </outputs> <help>Application that evaluates TPs (true positives), TNs, FPs, and FNs for an idXML file with predicted RTs. For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_RTEvaluation.html</help> </tool>