Mercurial > repos > iuc > phyloseq_from_biom
comparison macros.xml @ 0:c0101c72b8af draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyloseq commit 5ec9f9e81bb9a42dec5c331dd23215ca0b027b2b
author | iuc |
---|---|
date | Sat, 16 Mar 2024 07:56:17 +0000 |
parents | |
children | b6a38f6222af |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c0101c72b8af |
---|---|
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 |