Mercurial > repos > galaxyp > openms
comparison SequenceCoverageCalculator.xml @ 0:3070d71e0e5c draft
Uploaded
| author | bgruening |
|---|---|
| date | Thu, 16 Apr 2015 08:37:04 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:3070d71e0e5c |
|---|---|
| 1 <?xml version='1.0' encoding='UTF-8'?> | |
| 2 <tool id="SequenceCoverageCalculator" name="SequenceCoverageCalculator" version="2.0.0"> | |
| 3 <description>Prints information about idXML files.</description> | |
| 4 <macros> | |
| 5 <token name="@EXECUTABLE@">SequenceCoverageCalculator</token> | |
| 6 <import>macros.xml</import> | |
| 7 </macros> | |
| 8 <expand macro="stdio"/> | |
| 9 <expand macro="requirements"/> | |
| 10 <command>SequenceCoverageCalculator | |
| 11 | |
| 12 #if $param_in_database: | |
| 13 -in_database $param_in_database | |
| 14 #end if | |
| 15 #if $param_in_peptides: | |
| 16 -in_peptides $param_in_peptides | |
| 17 #end if | |
| 18 #if $param_out: | |
| 19 -out $param_out | |
| 20 #end if | |
| 21 -threads \${GALAXY_SLOTS:-24} | |
| 22 #if $adv_opts.adv_opts_selector=='advanced': | |
| 23 #if $adv_opts.param_force: | |
| 24 -force | |
| 25 #end if | |
| 26 #end if | |
| 27 </command> | |
| 28 <inputs> | |
| 29 <param name="param_in_database" type="data" format="fasta" optional="False" label="input file containing the database in FASTA format" help="(-in_database) "/> | |
| 30 <param name="param_in_peptides" type="data" format="idxml" optional="False" label="input file containing the identified peptides" help="(-in_peptides) "/> | |
| 31 <expand macro="advanced_options"> | |
| 32 <param name="param_force" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> | |
| 33 </expand> | |
| 34 </inputs> | |
| 35 <outputs> | |
| 36 <data name="param_out" format="txt"/> | |
| 37 </outputs> | |
| 38 <help>**What it does** | |
| 39 | |
| 40 Prints information about idXML files. | |
| 41 | |
| 42 | |
| 43 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_SequenceCoverageCalculator.html</help> | |
| 44 <expand macro="references"/> | |
| 45 </tool> |
