Mercurial > repos > bgruening > openms
comparison FileInfo.xml @ 0:3d84209d3178 draft
Uploaded
| author | bgruening |
|---|---|
| date | Fri, 10 Oct 2014 18:20:03 -0400 |
| parents | |
| children | 6ead64a594bd |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:3d84209d3178 |
|---|---|
| 1 <?xml version='1.0' encoding='UTF-8'?> | |
| 2 <tool id="FileInfo" name="FileInfo" version="1.12.0"> | |
| 3 <description>Shows basic information about the file, such as data ranges and file type.</description> | |
| 4 <macros> | |
| 5 <token name="@EXECUTABLE@">FileInfo</token> | |
| 6 <import>macros.xml</import> | |
| 7 </macros> | |
| 8 <expand macro="stdio"/> | |
| 9 <expand macro="requirements"/> | |
| 10 <command>FileInfo | |
| 11 | |
| 12 -in ${param_in} | |
| 13 -in_type ${param_in_type} | |
| 14 -out ${param_out} | |
| 15 ${param_m} | |
| 16 ${param_p} | |
| 17 ${param_s} | |
| 18 ${param_d} | |
| 19 ${param_c} | |
| 20 ${param_v} | |
| 21 ${param_i} | |
| 22 -threads \${GALAXY_SLOTS:-24} | |
| 23 #if $adv_opts.adv_opts_selector=='advanced': | |
| 24 -out_tsv ${adv_opts.param_out_tsv} | |
| 25 #end if | |
| 26 </command> | |
| 27 <inputs> | |
| 28 <param name="param_in" type="data" format="mzXML,mzML,mgf,featureXML,consensusXML,idXML,pepXML" optional="False" label="input file " help="(-in)"/> | |
| 29 <param name="param_in_type" type="select" optional="True" label="input file type -- default: determined from file extension or content" help="(-in_type)"> | |
| 30 <option value="mzData">mzData</option> | |
| 31 <option value="mzXML">mzXML</option> | |
| 32 <option value="mzML">mzML</option> | |
| 33 <option value="dta">dta</option> | |
| 34 <option value="dta2d">dta2d</option> | |
| 35 <option value="mgf">mgf</option> | |
| 36 <option value="featureXML">featureXML</option> | |
| 37 <option value="consensusXML">consensusXML</option> | |
| 38 <option value="idXML">idXML</option> | |
| 39 <option value="pepXML">pepXML</option> | |
| 40 <option value="fid">fid</option> | |
| 41 </param> | |
| 42 <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)"/> | |
| 43 <param name="param_p" type="boolean" truevalue="-p true" falsevalue="-p false" checked="false" optional="True" label="Shows data processing information" help="(-p)"/> | |
| 44 <param name="param_s" type="boolean" truevalue="-s true" falsevalue="-s false" checked="false" optional="True" label="Computes a five-number statistics of intensities, qualities, and widths" help="(-s)"/> | |
| 45 <param name="param_d" type="boolean" truevalue="-d true" falsevalue="-d false" checked="false" optional="True" label="Show detailed listing of all spectra and chromatograms (peak files only)" help="(-d)"/> | |
| 46 <param name="param_c" type="boolean" truevalue="-c true" falsevalue="-c false" checked="false" optional="True" label="Check for corrupt data in the file (peak files only)" help="(-c)"/> | |
| 47 <param name="param_v" type="boolean" truevalue="-v true" falsevalue="-v false" checked="false" optional="True" label="Validate the file only (for mzML, mzData, mzXML, featureXML, idXML, consensusXML, pepXML)" help="(-v)"/> | |
| 48 <param name="param_i" type="boolean" truevalue="-i true" falsevalue="-i false" checked="false" optional="True" label="Check whether a given mzML file contains valid indices (conforming to the indexedmzML standard)" help="(-i)"/> | |
| 49 </inputs> | |
| 50 <outputs> | |
| 51 <data name="param_out" label="Optional output file. If left out, the output is written to the command line." format="txt"/> | |
| 52 <data name="param_out_tsv" label="Second optional output file. Tab separated flat text file." format="tabular"/> | |
| 53 </outputs> | |
| 54 <help>**What it does** | |
| 55 | |
| 56 Shows basic information about the file, such as data ranges and file type. | |
| 57 | |
| 58 | |
| 59 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_FileInfo.html | |
| 60 | |
| 61 @REFERENCES@ | |
| 62 </help> | |
| 63 </tool> |
