0
|
1 <tool id="openms_file_info" version="0.1.0" name="File Info">
|
|
2 <description>
|
|
3 Shows basic information about the file, such as data ranges and file type.
|
|
4 </description>
|
2
|
5 <macros>
|
|
6 <import>macros.xml</import>
|
|
7 </macros>
|
|
8 <expand macro="stdio" />
|
|
9 <expand macro="requires" />
|
0
|
10 <command interpreter="python">
|
|
11 openms_wrapper.py --executable 'FileInfo' --config $config
|
|
12 </command>
|
|
13 <configfiles>
|
|
14 <configfile name="config">[simple_options]
|
|
15 m=${m}
|
|
16 p=${p}
|
|
17 s=${s}
|
|
18 d=${d}
|
|
19 in=${in}
|
|
20 in_type=${in.ext}
|
|
21 out=${out}
|
|
22 </configfile>
|
|
23 </configfiles>
|
|
24 <inputs>
|
|
25 <param format="mzxml,mzml,mgf,pepxml,idxml" name="in" type="data" label="Input Mass Spec Related File"/>
|
|
26 <param type="boolean" name="m" label="Show meta information about the whole experiment" />
|
|
27 <param type="boolean" name="p" label="Shows data processing information" />
|
|
28 <param type="boolean" name="s" label="Computes a five-number statistics of intensities, qualities, and widths" />
|
|
29 <param type="boolean" name="d" label="Show detailed listing of all spectra and chromatograms (peak files only)" />
|
|
30 <param type="boolean" name="c" label="Check for corrupt data in the file (peak files only)" />
|
|
31 </inputs>
|
|
32 <outputs>
|
|
33 <data format="txt" name="out" />
|
|
34 </outputs>
|
|
35 <help>
|
|
36 **What it does**
|
|
37
|
|
38 Shows basic information about the file, such as data ranges and file type.
|
|
39
|
|
40 **Citation**
|
|
41
|
|
42 For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
|
|
43
|
|
44 If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
|
|
45 </help>
|
|
46 </tool>
|