Mercurial > repos > iuc > cactus_export
diff macros.xml @ 0:a82a0acf4eb6 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/cactus commit 827619d22d2931d8fb34ed6844cfa91433e1ac2c
author | iuc |
---|---|
date | Tue, 06 Feb 2024 00:30:57 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue Feb 06 00:30:57 2024 +0000 @@ -0,0 +1,24 @@ +<macros> + <token name="@TOOL_VERSION@">2.7.1</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@PROFILE@">20.09</token> + <xml name="requirements"> + <requirements> + <!-- Cactus is not in bioconda --> + <!-- Devoper provides a Docker container --> + <container type="docker">quay.io/comparative-genomics-toolkit/cactus:v@TOOL_VERSION@</container> + </requirements> + </xml> + <xml name="citations"> + <citations> + <citation type="doi"> + https://doi.org/10.1038/s41586-020-2871-y + </citation> + </citations> + </xml> + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">cactus</xref> + </xrefs> + </xml> +</macros>