Mercurial > repos > bcclaywell > microbiome_pplacer_suite
comparison render_datatable.xml @ 6:3c50a937d7c1 draft
Uploaded
| author | bcclaywell |
|---|---|
| date | Wed, 15 Apr 2015 19:14:23 -0400 |
| parents | d4690e65afcd |
| children |
comparison
equal
deleted
inserted
replaced
| 5:2d023c621bd0 | 6:3c50a937d7c1 |
|---|---|
| 1 <tool id="PHYLO_render_datatable" name="Render CSV file" version="1.1.0"> | 1 <tool id="PHYLO_render_datatable" name="Render CSV file" version="1.1.0"> |
| 2 <description>as an interactive HTML table</description> | 2 <description>as an interactive HTML table</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
| 5 </macros> | 5 </macros> |
| 6 <stdio> | |
| 7 <expand macro="basic_errors"/> | |
| 8 </stdio> | |
| 6 <command interpreter="bash"> | 9 <command interpreter="bash"> |
| 7 render_datatable-wrapper.sh $config | 10 render_datatable-wrapper.sh $config |
| 8 </command> | 11 </command> |
| 9 <stdio> | |
| 10 <expand macro="basic_errors"/> | |
| 11 </stdio> | |
| 12 <inputs> | 12 <inputs> |
| 13 <param name="input" type="data" format="csv" label="CSV file"/> | 13 <param name="input" type="data" format="csv" label="CSV file"/> |
| 14 </inputs> | 14 </inputs> |
| 15 <outputs> | 15 <outputs> |
| 16 <data format="html" name="output" label="Generated table"/> | 16 <data format="html" name="output" label="Generated table"/> |
