diff RTEvaluation.xml @ 0:d5b15b21844b draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit fb85d488133bb2b5f483b52b2db0ac66038fafb8
author galaxyp
date Wed, 01 Mar 2017 12:22:11 -0500
parents
children ec558a3747d6
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/RTEvaluation.xml	Wed Mar 01 12:22:11 2017 -0500
@@ -0,0 +1,52 @@
+<?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.1.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>