annotate render_datatable.xml @ 7:b6ece07bec6a draft

planemo upload commit 45906ba522c7c319067e93d5cd5d7161223c3336
author bcclaywell
date Mon, 12 Oct 2015 15:59:59 -0400
parents 3c50a937d7c1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
1 <tool id="PHYLO_render_datatable" name="Render CSV file" version="1.1.0">
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
2 <description>as an interactive HTML table</description>
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
3 <macros>
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
4 <import>macros.xml</import>
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
5 </macros>
6
3c50a937d7c1 Uploaded
bcclaywell
parents: 0
diff changeset
6 <stdio>
3c50a937d7c1 Uploaded
bcclaywell
parents: 0
diff changeset
7 <expand macro="basic_errors"/>
3c50a937d7c1 Uploaded
bcclaywell
parents: 0
diff changeset
8 </stdio>
0
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
9 <command interpreter="bash">
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
10 render_datatable-wrapper.sh $config
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
11 </command>
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
12 <inputs>
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
13 <param name="input" type="data" format="csv" label="CSV file"/>
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
14 </inputs>
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
15 <outputs>
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
16 <data format="html" name="output" label="Generated table"/>
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
17 </outputs>
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
18 <configfiles>
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
19 <configfile name="config">
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
20 INPUT="${input}"
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
21
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
22 OUTPUT="${output}"
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
23 OUTPUT_DIR="${output.files_path}"
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
24 </configfile>
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
25 </configfiles>
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
26 <!-- The contents of the help tag is parsed as reStructuredText. Please see
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
27 help-template.rst for examples of commonly-used sections in other Galaxy
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
28 tools. -->
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
29 <help>
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
30
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
31 .. class:: infomark
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
32
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
33 **What it does**
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
34
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
35 This tool reformats a CSV file, like this::
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
36
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
37 "seqname","accession","tax_id","species_name","is_type"
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
38 "FM872653","FM872653","308994","Dialister propionicifaciens",0.0
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
39 "AY331416","AY331416","239137","Candidate Division TM7 oral",0.0
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
40 "DQ666092","DQ666092","95818_1","Candidate Division TM7 vaginal",0.0
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
41 "S002223913","GQ900631","186802_3","bacterium BVAB3-Strain 1",0.0
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
42 ...
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
43
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
44 into an interactive HTML table.
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
45
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
46 [placeholder]
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
47
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
48 +-------------+-----------+----------+---------------------------------------+----------+
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
49 | seqname | accession | tax_id | species_name | is_type |
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
50 +=============+===========+==========+=======================================+==========+
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
51 | FM872653 | FM872653 | 308994 | Dialister propionicifaciens | 0.0 |
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
52 +-------------+-----------+----------+---------------------------------------+----------+
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
53 | AY331416 | AY331416 | 239137 | Candidate Division TM7 oral | 0.0 |
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
54 +-------------+-----------+----------+---------------------------------------+----------+
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
55 | DQ666092 | DQ666092 | 95818_1 | Candidate Division TM7 vaginal | 0.0 |
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
56 +-------------+-----------+----------+---------------------------------------+----------+
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
57 | S002223913 | GQ900631 | 186802_3 | bacterium BVAB3-Strain 1 | 0.0 |
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
58 +-------------+-----------+----------+---------------------------------------+----------+
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
59
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
60 ...
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
61
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
62 </help>
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
63 </tool>