comparison export.xml @ 0:201a15633354 draft default tip

Initial commit.
author galaxyp
date Fri, 10 May 2013 17:28:02 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:201a15633354
1 <tool id="mzmatch_export" version="0.1.0" name="Peakml Export">
2 <description>
3 </description>
4 <macros>
5 <import>macros.xml</import>
6 </macros>
7 <expand macro="stdio" />
8 <expand macro="requires" />
9 <command interpreter="python">
10 mzmatch_wrapper.py --executable 'convert.ConvertToText' --config $config
11 </command>
12 <configfiles>
13 <configfile name="config">-i $input1 -o $output</configfile>
14 </configfiles>
15 <inputs>
16 <param name="input1" label="Input" type="data" format="peakml" />
17 </inputs>
18 <outputs>
19 <data format="tabular" name="output" />
20 </outputs>
21 <help>
22 **What it does**
23
24 Converts the contents of a PeakML file to a tab-separated text file. In order to make the file useable in a spreadsheet environment, only the top-level data for each measurement is given in the file.
25
26 **Citation**
27
28 For the underlying tool, please cite ``PeakML/mzMatch: A File Format, Java Library, R Library, and Tool-Chain for Mass Spectrometry Data Analysis. Richard A. Scheltema, Andris Jankevics, Ritsert C. Jansen, Morris A. Swertz, and Rainer Breitling. Analytical Chemistry 2011 83 (7), pp 2786-2793``
29
30 If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-mzmatch
31 </help>
32 </tool>