Mercurial > repos > iuc > mmuphin
diff macros.xml @ 0:6f83ed2f98f0 draft
planemo upload for repository https://github.com/biobakery/MMUPHin commit 9d6123a18805224b03c0558647cd079624886361
| author | iuc |
|---|---|
| date | Tue, 25 Feb 2025 21:25:57 +0000 |
| parents | |
| children | b8d8b2210ecc |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue Feb 25 21:25:57 2025 +0000 @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<macros> + <token name="@TOOL_VERSION@">1.16.0</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@PROFILE@">23.2</token> + + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">mmuphin</xref> + <xref type="bioconductor">mmuphin</xref> + + </xrefs> + </xml> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">bioconductor-mmuphin</requirement> + </requirements> + </xml> + <xml name="citations"> + <citations> + <citation type="doi"> 10.18129/B9.bioc.MMUPHin </citation> + </citations> + </xml> + </macros>
