Mercurial > repos > iuc > phyloseq_plot_bar
comparison macros.xml @ 0:7300d19148d7 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 10dfb1308ff858c6623c7dd9215a3bdf518427f9
| author | iuc |
|---|---|
| date | Tue, 03 Dec 2024 17:44:59 +0000 |
| parents | |
| children | c437121b067c |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:7300d19148d7 |
|---|---|
| 1 <macros> | |
| 2 <token name="@TOOL_VERSION@">1.46.0</token> | |
| 3 <token name="@VERSION_SUFFIX@">0</token> | |
| 4 <token name="@PROFILE@">21.01</token> | |
| 5 <xml name="bio_tools"> | |
| 6 <xrefs> | |
| 7 <xref type="bio.tools">phyloseq</xref> | |
| 8 </xrefs> | |
| 9 </xml> | |
| 10 <xml name="requirements"> | |
| 11 <requirements> | |
| 12 <requirement type="package" version="@TOOL_VERSION@">bioconductor-phyloseq</requirement> | |
| 13 <requirement type="package" version="1.7.3">r-optparse</requirement> | |
| 14 <requirement type="package" version="2.0.0">r-tidyverse</requirement> | |
| 15 </requirements> | |
| 16 </xml> | |
| 17 <xml name="phyloseq_input"> | |
| 18 <param name="input" type="data" format="phyloseq" label="File containing a phyloseq object"/> | |
| 19 </xml> | |
| 20 <xml name="outputs"> | |
| 21 <outputs> | |
| 22 <data name="output" format="pdf"/> | |
| 23 </outputs> | |
| 24 </xml> | |
| 25 <xml name="citations"> | |
| 26 <citations> | |
| 27 <citation type="doi">10.18129/B9.bioc.phyloseq</citation> | |
| 28 <citation type="doi">10.1371/journal.pone.0061217</citation> | |
| 29 </citations> | |
| 30 </xml> | |
| 31 </macros> | |
| 32 |
