Mercurial > repos > galaxyp > openms_fileinfo
diff FileInfo.xml @ 7:3b8f7c6ecda1 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 58476cadaaf10b494317a604ad81d41c2d15f29b
author | galaxyp |
---|---|
date | Mon, 12 Feb 2018 13:07:02 -0500 |
parents | 33fea32c92e0 |
children | 92922182d423 |
line wrap: on
line diff
--- a/FileInfo.xml Thu Jan 11 18:19:34 2018 -0500 +++ b/FileInfo.xml Mon Feb 12 13:07:02 2018 -0500 @@ -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.--> +<!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTDConverter.--> <!--Proposed Tool Section: [File Handling]--> -<tool id="FileInfo" name="FileInfo" version="2.2.0"> +<tool id="FileInfo" name="FileInfo" version="2.3.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="mzData,mzxml,mzml,dta,dta2d,mgf,featurexml,consensusxml,idxml,pepxml,fid,mzid,trafoxml" 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,fasta" 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) "/>