Mercurial > repos > bgruening > openms
comparison MapStatistics.xml @ 4:6ead64a594bd draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
| author | bgruening |
|---|---|
| date | Wed, 27 Jan 2016 10:06:49 -0500 |
| parents | 3d84209d3178 |
| children |
comparison
equal
deleted
inserted
replaced
| 3:ec62782f6c68 | 4:6ead64a594bd |
|---|---|
| 1 <?xml version='1.0' encoding='UTF-8'?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <tool id="MapStatistics" name="MapStatistics" version="1.12.0"> | 2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> |
| 3 <description>Extract extended statistics on the features of a map for quality control.</description> | 3 <!--Proposed Tool Section: [File Handling]--> |
| 4 <macros> | 4 <tool id="MapStatistics" name="MapStatistics" version="2.0.0"> |
| 5 <token name="@EXECUTABLE@">MapStatistics</token> | 5 <description>Extract extended statistics on the features of a map for quality control.</description> |
| 6 <import>macros.xml</import> | 6 <macros> |
| 7 </macros> | 7 <token name="@EXECUTABLE@">MapStatistics</token> |
| 8 <expand macro="stdio"/> | 8 <import>macros.xml</import> |
| 9 <expand macro="requirements"/> | 9 </macros> |
| 10 <command>MapStatistics | 10 <expand macro="references"/> |
| 11 <expand macro="stdio"/> | |
| 12 <expand macro="requirements"/> | |
| 13 <command>MapStatistics | |
| 11 | 14 |
| 12 -in ${param_in} | 15 #if $param_in: |
| 13 -in_type ${param_in_type} | 16 -in $param_in |
| 14 -out ${param_out} | 17 #end if |
| 15 -n ${param_n} | 18 #if $param_out: |
| 16 ${param_m} | 19 -out $param_out |
| 17 ${param_p} | 20 #end if |
| 18 ${param_s} | 21 #if $param_n: |
| 19 -threads \${GALAXY_SLOTS:-24} | 22 -n $param_n |
| 23 #end if | |
| 24 #if $param_m: | |
| 25 -m | |
| 26 #end if | |
| 27 #if $param_p: | |
| 28 -p | |
| 29 #end if | |
| 30 #if $param_s: | |
| 31 -s | |
| 32 #end if | |
| 33 -threads \${GALAXY_SLOTS:-24} | |
| 34 #if $adv_opts.adv_opts_selector=='advanced': | |
| 35 #if $adv_opts.param_force: | |
| 36 -force | |
| 37 #end if | |
| 38 #end if | |
| 20 </command> | 39 </command> |
| 21 <inputs> | 40 <inputs> |
| 22 <param name="param_in" type="data" format="featureXML,consensusXML" optional="False" label="Input file" help="(-in)"/> | 41 <param format="xml,consensusxml" help="(-in) " label="Input file" name="param_in" optional="False" type="data"/> |
| 23 <param name="param_in_type" type="select" optional="True" label="Input file type -- default: determined from file extension or content" help="(-in_type)"> | 42 <param help="(-n) " label="Report separate statistics for each of n RT slices of the map" max="100" min="1" name="param_n" optional="True" type="integer" value="4"/> |
| 24 <option value="featureXML">featureXML</option> | 43 <param checked="false" falsevalue="" help="(-m) " label="Show meta information about the whole experiment" name="param_m" optional="True" truevalue="-m" type="boolean"/> |
| 25 <option value="consensusXML">consensusXML</option> | 44 <param checked="false" falsevalue="" help="(-p) " label="Shows data processing information" name="param_p" optional="True" truevalue="-p" type="boolean"/> |
| 26 </param> | 45 <param checked="false" falsevalue="" help="(-s) " label="Computes a summary statistics of intensities, qualities, and widths" name="param_s" optional="True" truevalue="-s" type="boolean"/> |
| 27 <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)"/> | 46 <expand macro="advanced_options"> |
| 28 <param name="param_m" type="boolean" truevalue="-m true" falsevalue="-m false" checked="false" optional="True" label="Show meta information about the whole experiment" help="(-m)"/> | 47 <param checked="false" falsevalue="" help="(-force) " label="Overwrite tool specific checks" name="param_force" optional="True" truevalue="-force" type="boolean"/> |
| 29 <param name="param_p" type="boolean" truevalue="-p true" falsevalue="-p false" checked="false" optional="True" label="Shows data processing information" help="(-p)"/> | 48 </expand> |
| 30 <param name="param_s" type="boolean" truevalue="-s true" falsevalue="-s false" checked="false" optional="True" label="Computes a summary statistics of intensities, qualities, and widths" help="(-s)"/> | 49 </inputs> |
| 31 </inputs> | 50 <outputs> |
| 32 <outputs> | 51 <data format="txt" name="param_out"/> |
| 33 <data name="param_out" label="Optional output txt file. If '-' or left out, the output is written to the command line." format="txt"/> | 52 </outputs> |
| 34 </outputs> | 53 <help>Extract extended statistics on the features of a map for quality control. |
| 35 <help>**What it does** | |
| 36 | |
| 37 Extract extended statistics on the features of a map for quality control. | |
| 38 | 54 |
| 39 | 55 |
| 40 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_MapStatistics.html | 56 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_MapStatistics.html</help> |
| 41 | 57 </tool> |
| 42 @REFERENCES@ | |
| 43 </help> | |
| 44 </tool> |
