1
|
1 <tool id="dbAnnot" name="dbAnnot" version="1.0">
|
|
2 <description>Database Annotation (dbAnnot) allows for easy annotations of biological identifiers. </description>
|
|
3 <command interpreter="/usr/bin/php">
|
|
4 dbAnnotRestClient.php inputValues='$inputValues' annotations='$annotations' taxonId='$taxon' fileType='$filetype' > $result
|
|
5 </command>
|
|
6 <inputs>
|
|
7 <param name="annotations" type="text" size="30" label="Enter annotation ID name(s)" />
|
|
8 <param name="inputValues" type="text" area="true" size="4x40" label="Paste input ID value(s)" /> <param name="taxon" size="30" type="text" label="Enter a taxon id (optional)" />
|
|
9 <param name="filetype" type="select" label="fileType options">
|
|
10 <option value="table">table</option>
|
|
11 <option value="xml">xml</option>
|
|
12 <option value="json">json</option>
|
|
13 </param>
|
|
14 </inputs>
|
|
15
|
|
16 <outputs>
|
|
17 <data format="html" name="result" label="dbAnnot.results">
|
|
18 <change_format>
|
|
19 <when input="filetype" value="xml" format="xml" />
|
|
20 </change_format>
|
|
21 </data>
|
|
22 </outputs>
|
|
23
|
|
24
|
|
25 <help>
|
|
26
|
|
27 .. class:: infomark
|
|
28
|
|
29 **What it does**
|
|
30
|
|
31 Add instructions here.
|
|
32
|
|
33 -----
|
|
34
|
|
35
|
|
36 **Usage**
|
|
37 dbAnnot.php inputValues='SP140' annotations='Genes,Pathways' fileType='table' TaxonId='9606' (optional)
|
|
38 </help>
|
|
39 </tool>
|