Mercurial > repos > galaxyp > openms_fileinfo
diff FileInfo.xml @ 0:a5e996f13660 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit fb85d488133bb2b5f483b52b2db0ac66038fafb8
author | galaxyp |
---|---|
date | Wed, 01 Mar 2017 13:00:53 -0500 |
parents | |
children | 33fea32c92e0 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/FileInfo.xml Wed Mar 01 13:00:53 2017 -0500 @@ -0,0 +1,72 @@ +<?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="FileInfo" name="FileInfo" version="2.1.0"> + <description>Shows basic information about the file, such as data ranges and file type.</description> + <macros> + <token name="@EXECUTABLE@">FileInfo</token> + <import>macros.xml</import> + </macros> + <expand macro="references"/> + <expand macro="stdio"/> + <expand macro="requirements"/> + <command>FileInfo + +#if $param_in: + -in $param_in +#end if +#if $param_out: + -out $param_out +#end if +#if $param_out_tsv: + -out_tsv $param_out_tsv +#end if +#if $param_m: + -m +#end if +#if $param_p: + -p +#end if +#if $param_s: + -s +#end if +#if $param_d: + -d +#end if +#if $param_c: + -c +#end if +#if $param_v: + -v +#end if +#if $param_i: + -i +#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="mgf,mzml,mzxml,idxml,pepxml,mzid,featurexml,consensusxml" optional="False" label="input file" help="(-in) "/> + <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 five-number statistics of intensities, qualities, and widths" help="(-s) "/> + <param name="param_d" display="radio" type="boolean" truevalue="-d" falsevalue="" checked="false" optional="True" label="Show detailed listing of all spectra and chromatograms (peak files only)" help="(-d) "/> + <param name="param_c" display="radio" type="boolean" truevalue="-c" falsevalue="" checked="false" optional="True" label="Check for corrupt data in the file (peak files only)" help="(-c) "/> + <param name="param_v" display="radio" type="boolean" truevalue="-v" falsevalue="" checked="false" optional="True" label="Validate the file only (for mzML, mzData, mzXML, featureXML, idXML, consensusXML, pepXML)" help="(-v) "/> + <param name="param_i" display="radio" type="boolean" truevalue="-i" falsevalue="" checked="false" optional="True" label="Check whether a given mzML file contains valid indices (conforming to the indexedmzML standard)" help="(-i) "/> + <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"/> + <data name="param_out_tsv" format="tabular"/> + </outputs> + <help>Shows basic information about the file, such as data ranges and file type. + + +For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_FileInfo.html</help> +</tool>