diff MapStatistics.xml @ 0:e4c1d9a768db 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:37:14 -0500
parents
children 67c01c07bbc1
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MapStatistics.xml	Wed Mar 01 12:37:14 2017 -0500
@@ -0,0 +1,56 @@
+<?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: [File Handling]-->
+<tool id="MapStatistics" name="MapStatistics" version="2.1.0">
+  <description>Extract extended statistics on the features of a map for quality control.</description>
+  <macros>
+    <token name="@EXECUTABLE@">MapStatistics</token>
+    <import>macros.xml</import>
+  </macros>
+  <expand macro="references"/>
+  <expand macro="stdio"/>
+  <expand macro="requirements"/>
+  <command>MapStatistics
+
+#if $param_in:
+  -in $param_in
+#end if
+#if $param_out:
+  -out $param_out
+#end if
+#if $param_n:
+  -n $param_n
+#end if
+#if $param_m:
+  -m
+#end if
+#if $param_p:
+  -p
+#end if
+#if $param_s:
+  -s
+#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="featurexml,consensusxml" optional="False" label="Input file" help="(-in) "/>
+    <param name="param_n" type="integer" min="1" max="100" optional="True" value="4" label="Report separate statistics for each of n RT slices of the map" help="(-n) "/>
+    <param name="param_m" display="radio" type="boolean" truevalue="-m" falsevalue="" checked="false" optional="True" label="Show meta information about the whole experiment" help="(-m) "/>
+    <param name="param_p" display="radio" type="boolean" truevalue="-p" falsevalue="" checked="false" optional="True" label="Shows data processing information" help="(-p) "/>
+    <param name="param_s" display="radio" type="boolean" truevalue="-s" falsevalue="" checked="false" optional="True" label="Computes a summary statistics of intensities, qualities, and widths" help="(-s) "/>
+    <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="txt"/>
+  </outputs>
+  <help>Extract extended statistics on the features of a map for quality control.
+
+
+For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_MapStatistics.html</help>
+</tool>