Mercurial > repos > galaxyp > openms_fileinfo
diff FileInfo.xml @ 3:33fea32c92e0 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 9a14ed1f2d3c9abdfb080251b3419dd9e0c52a14
author | galaxyp |
---|---|
date | Wed, 09 Aug 2017 10:02:50 -0400 |
parents | a5e996f13660 |
children | 3b8f7c6ecda1 |
line wrap: on
line diff
--- a/FileInfo.xml Thu Apr 27 13:21:57 2017 -0400 +++ b/FileInfo.xml Wed Aug 09 10:02:50 2017 -0400 @@ -1,7 +1,7 @@ <?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"> +<tool id="FileInfo" name="FileInfo" version="2.2.0"> <description>Shows basic information about the file, such as data ranges and file type.</description> <macros> <token name="@EXECUTABLE@">FileInfo</token> @@ -49,7 +49,7 @@ #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_in" type="data" format="mzData,mzxml,mzml,dta,dta2d,mgf,featurexml,consensusxml,idxml,pepxml,fid,mzid,trafoxml" 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) "/>