Mercurial > repos > galaxyp > openms_sequencecoveragecalculator
comparison SequenceCoverageCalculator.xml @ 0:8d53c5cbf380 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit fb85d488133bb2b5f483b52b2db0ac66038fafb8
author | galaxyp |
---|---|
date | Wed, 01 Mar 2017 12:42:09 -0500 |
parents | |
children | 504b533dddaa |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8d53c5cbf380 |
---|---|
1 <?xml version='1.0' encoding='UTF-8'?> | |
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> | |
3 <!--Proposed Tool Section: [Utilities]--> | |
4 <tool id="SequenceCoverageCalculator" name="SequenceCoverageCalculator" version="2.1.0"> | |
5 <description>Prints information about idXML files.</description> | |
6 <macros> | |
7 <token name="@EXECUTABLE@">SequenceCoverageCalculator</token> | |
8 <import>macros.xml</import> | |
9 </macros> | |
10 <expand macro="references"/> | |
11 <expand macro="stdio"/> | |
12 <expand macro="requirements"/> | |
13 <command>SequenceCoverageCalculator | |
14 | |
15 #if $param_in_database: | |
16 -in_database $param_in_database | |
17 #end if | |
18 #if $param_in_peptides: | |
19 -in_peptides $param_in_peptides | |
20 #end if | |
21 #if $param_out: | |
22 -out $param_out | |
23 #end if | |
24 #if $adv_opts.adv_opts_selector=='advanced': | |
25 #if $adv_opts.param_force: | |
26 -force | |
27 #end if | |
28 #end if | |
29 </command> | |
30 <inputs> | |
31 <param name="param_in_database" type="data" format="fasta" optional="False" label="input file containing the database in FASTA format" help="(-in_database) "/> | |
32 <param name="param_in_peptides" type="data" format="idxml" optional="False" label="input file containing the identified peptides" help="(-in_peptides) "/> | |
33 <expand macro="advanced_options"> | |
34 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> | |
35 </expand> | |
36 </inputs> | |
37 <outputs> | |
38 <data name="param_out" format="txt"/> | |
39 </outputs> | |
40 <help>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 </tool> |