Mercurial > repos > iuc > cemitool
diff macros.xml @ 0:a081fc047ccb draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cemitool commit 07372bcbc3a94f886436a7263f4cfcb01981c7f3
| author | iuc |
|---|---|
| date | Mon, 10 Oct 2022 16:54:39 +0000 |
| parents | |
| children | 53230429a90c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Mon Oct 10 16:54:39 2022 +0000 @@ -0,0 +1,21 @@ +<macros> + <token name="@TOOL_VERSION@">1.18.1</token> + <token name="@VERSION_SUFFIX@">0</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">bioconductor-cemitool</requirement> + <requirement type="package" version="3.3.6">r-ggplot2</requirement> + <requirement type="package" version="1.20.3">r-getopt</requirement> + </requirements> + </xml> + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">cemitool</xref> + </xrefs> + </xml> + <xml name="citations"> + <citations> + <citation type="doi">10.18129/B9.bioc.CEMiTool</citation> + </citations> + </xml> +</macros> \ No newline at end of file
