comparison FileMerger.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="FileMerger" name="FileMerger" version="1.12.0">
3 <description>Merges several MS files into one file.</description>
4 <macros>
5 <token name="@EXECUTABLE@">FileMerger</token>
6 <import>macros.xml</import>
7 </macros>
8 <expand macro="stdio"/>
9 <expand macro="requirements"/>
10 <command>FileMerger
11
12 -in ${param_in}
13 -in_type ${param_in_type}
14 -out ${param_out}
15 ${param_annotate_file_origin}
16 -threads \${GALAXY_SLOTS:-24}
17 ${param_rt_auto}
18 -raw:rt_custom ${param_rt_custom}
19 ${param_rt_filename}
20 -raw:ms_level ${param_ms_level}
21 ${param_user_ms_level}
22 </command>
23 <inputs>
24 <param name="param_in" type="data" format="mzXML,mzML,mgf,featureXML,consensusXML" optional="False" size="20" label="Input files separated by blank" help="(-in)"/>
25 <param name="param_in_type" type="select" optional="True" label="Input file type (default: determined from file extension or content)" help="(-in_type)">
26 <option value="mzData">mzData</option>
27 <option value="mzXML">mzXML</option>
28 <option value="mzML">mzML</option>
29 <option value="dta">dta</option>
30 <option value="dta2d">dta2d</option>
31 <option value="mgf">mgf</option>
32 <option value="featureXML">featureXML</option>
33 <option value="consensusXML">consensusXML</option>
34 <option value="fid">fid</option>
35 <option value="traML">traML</option>
36 </param>
37 <param name="param_annotate_file_origin" type="boolean" truevalue="-annotate_file_origin true" falsevalue="-annotate_file_origin false" checked="false" optional="True" label="Store the original filename in each feature using meta value &quot;file_origin&quot; (for featureXML and consensusXML only)." help="(-annotate_file_origin)"/>
38 <param name="param_rt_auto" type="boolean" truevalue="-raw:rt_auto true" falsevalue="-raw:rt_auto false" checked="false" optional="True" label="Assign retention times automatically (integers starting at 1)" help="(-rt_auto)"/>
39 <param name="param_rt_custom" type="text" size="20" value="0" label="List of custom retention times that are assigned to the files. The number of given retention times must be equal to the number of given input file." help="(-rt_custom)"/>
40 <param name="param_rt_filename" type="boolean" truevalue="-raw:rt_filename true" falsevalue="-raw:rt_filename false" checked="false" optional="True" label="If this flag is set FileMerger tries to guess the rt of the file name.#br#This option is useful for merging DTA file, which should contain the string#br#'rt' directly followed by a floating point number:#br#i.e. my_spectrum_rt2795.15.dta" help="(-rt_filename)"/>
41 <param name="param_ms_level" type="integer" value="2" label="This option is useful for use with DTA files which does not contain MS level information. The given level is assigned to the spectra." help="(-ms_level)"/>
42 <param name="param_user_ms_level" type="boolean" truevalue="-raw:user_ms_level true" falsevalue="-raw:user_ms_level false" checked="false" optional="True" label="If this flag is set, the MS level given above is used" help="(-user_ms_level)"/>
43 </inputs>
44 <outputs>
45 <data name="param_out" label="Output file" format="consensusXML">
46 <change_format>
47 <when input="param_out_type" value="mzML" format="mzML"/>
48 <when input="param_out_type" value="featureXML" format="featureXML"/>
49 </change_format>
50 </data>
51 </outputs>
52 <help>**What it does**
53
54 Merges several MS files into one file.
55
56
57 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_FileMerger.html
58
59 @REFERENCES@
60 </help>
61 </tool>