Mercurial > repos > iuc > decontam
diff macros.xml @ 0:86da5c894956 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/decontam commit 9e0ce6d02ee71d5b974ef615b1c5286bc45d8e6b
| author | iuc |
|---|---|
| date | Tue, 15 Oct 2024 13:36:46 +0000 |
| parents | |
| children | e64a5fc0af6e |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue Oct 15 13:36:46 2024 +0000 @@ -0,0 +1,23 @@ +<macros> + <token name="@TOOL_VERSION@">1.22</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@PROFILE@">22.01</token> + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">decontam</xref> + <xref type="bioconductor">decontam</xref> + </xrefs> + </xml> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">bioconductor-decontam</requirement> + <requirement type="package" version="1.46.0" >bioconductor-phyloseq</requirement> + <requirement type="package" version="2.0.0">r-tidyverse</requirement> + </requirements> + </xml> + <xml name="citations"> + <citations> + <citation type="doi">10.1186/s40168-018-0605-2</citation> + </citations> + </xml> +</macros>
