Mercurial > repos > galaxyp > openms_mapstatistics
view MapStatistics.xml @ 3:4b0bfc28e3e3 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:18:11 -0400 |
parents | 67c01c07bbc1 |
children | fe5d511d1195 |
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: [File Handling]--> <tool id="MapStatistics" name="MapStatistics" version="2.2.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>