annotate SequenceCoverageCalculator.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: [Utilities]-->
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="SequenceCoverageCalculator" name="SequenceCoverageCalculator" 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>Prints information about idXML files.</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@">SequenceCoverageCalculator</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>SequenceCoverageCalculator
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_database:
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
16 -in_database $param_in_database
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_in_peptides:
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
19 -in_peptides $param_in_peptides
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 #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
22 -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
23 #end if
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
24 -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
25 #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
26 #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
27 -force
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
0
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
30 </command>
4
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
31 <inputs>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
32 <param format="fasta" help="(-in_database) " label="input file containing the database in FASTA format" name="param_in_database" 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
33 <param format="xml" help="(-in_peptides) " label="input file containing the identified peptides" name="param_in_peptides" 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
34 <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
35 <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
36 </expand>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
37 </inputs>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
38 <outputs>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
39 <data format="txt" 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
40 </outputs>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
41 <help>Prints information about idXML files.
0
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
42
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
43
4
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
44 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_SequenceCoverageCalculator.html</help>
6ead64a594bd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents: 0
diff changeset
45 </tool>