comparison FileInfo.xml @ 3:36f9e8188a1e draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit daf6dfc513ede9b890125d9fff2c2657d834eea9
author galaxyp
date Fri, 14 Jul 2017 18:47:53 -0400
parents 78cb3ff753bc
children 56c289a8baa2
comparison
equal deleted inserted replaced
2:e6c8719192c1 3:36f9e8188a1e
1 <?xml version='1.0' encoding='UTF-8'?> 1 <?xml version='1.0' encoding='UTF-8'?>
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> 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 <!--Proposed Tool Section: [File Handling]--> 3 <!--Proposed Tool Section: [File Handling]-->
4 <tool id="FileInfo" name="FileInfo" version="2.1.0"> 4 <tool id="FileInfo" name="FileInfo" version="2.2.0">
5 <description>Shows basic information about the file, such as data ranges and file type.</description> 5 <description>Shows basic information about the file, such as data ranges and file type.</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">FileInfo</token> 7 <token name="@EXECUTABLE@">FileInfo</token>
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
47 -force 47 -force
48 #end if 48 #end if
49 #end if 49 #end if
50 </command> 50 </command>
51 <inputs> 51 <inputs>
52 <param name="param_in" type="data" format="mgf,mzml,mzxml,idxml,pepxml,mzid,featurexml,consensusxml" optional="False" label="input file" help="(-in) "/> 52 <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) "/>
53 <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) "/> 53 <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) "/>
54 <param name="param_p" display="radio" type="boolean" truevalue="-p" falsevalue="" checked="false" optional="True" label="Shows data processing information" help="(-p) "/> 54 <param name="param_p" display="radio" type="boolean" truevalue="-p" falsevalue="" checked="false" optional="True" label="Shows data processing information" help="(-p) "/>
55 <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) "/> 55 <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) "/>
56 <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) "/> 56 <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) "/>
57 <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) "/> 57 <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) "/>