annotate SpectraFilterNormalizer.xml @ 4:6ead64a594bd draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
author bgruening
date Wed, 27 Jan 2016 10:06:49 -0500
parents 3d84209d3178
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.-->
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
3 <!--Proposed Tool Section: [Identification]-->
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
4 <tool id="SpectraFilterNormalizer" name="SpectraFilterNormalizer" version="2.0.0">
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
5 <description>Normalizes intensity of peak spectra.</description>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
6 <macros>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
7 <token name="@EXECUTABLE@">SpectraFilterNormalizer</token>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
8 <import>macros.xml</import>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
9 </macros>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
10 <expand macro="references"/>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
11 <expand macro="stdio"/>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
12 <expand macro="requirements"/>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
13 <command>SpectraFilterNormalizer
0
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
14
4
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
15 #if $param_in:
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
16 -in $param_in
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
17 #end if
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
18 #if $param_out:
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
19 -out $param_out
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
20 #end if
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
21 -threads \${GALAXY_SLOTS:-24}
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
22 #if $param_algorithm_method:
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
23 -algorithm:method
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
24 #if &quot; &quot; in str($param_algorithm_method):
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
25 &quot;$param_algorithm_method&quot;
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
26 #else
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
27 $param_algorithm_method
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
28 #end if
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
29 #end if
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
30 #if $adv_opts.adv_opts_selector=='advanced':
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
31 #if $adv_opts.param_force:
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
32 -force
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
33 #end if
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
34 #end if
0
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
35 </command>
4
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
36 <inputs>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
37 <param format="mzml" help="(-in) " label="input file" name="param_in" optional="False" type="data"/>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
38 <param help="(-method) intensity of one ('to_one') per spectrum" label="Normalize via dividing by TIC ('to_TIC') per spectrum or normalize to max" name="param_algorithm_method" optional="True" type="select" value="to_one">
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
39 <option value="to_one">to_one</option>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
40 <option value="to_TIC">to_TIC</option>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
41 </param>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
42 <expand macro="advanced_options">
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
43 <param checked="false" falsevalue="" help="(-force) " label="Overwrite tool specific checks" name="param_force" optional="True" truevalue="-force" type="boolean"/>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
44 </expand>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
45 </inputs>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
46 <outputs>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
47 <data format="mzml" name="param_out"/>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
48 </outputs>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
49 <help>Normalizes intensity of peak spectra.
0
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
50
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
51
4
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
52 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_SpectraFilterNormalizer.html</help>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
53 </tool>