Mercurial > repos > iuc > nonpareil
diff macros.xml @ 2:e681817044d1 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nonpareil commit 062d683f6b646318503d32aaad3ddfa35bb2f20e
| author | iuc |
|---|---|
| date | Thu, 13 Feb 2025 19:37:47 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Thu Feb 13 19:37:47 2025 +0000 @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">nonpareil</requirement> + </requirements> + </xml> + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">nonpareil</xref> + </xrefs> + </xml> + <token name="@TOOL_VERSION@">3.5.5</token> +</macros> \ No newline at end of file
