Mercurial > repos > galaxy-australia > cactus_export
diff macros.xml @ 0:c18157c68134 draft
"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
author | galaxy-australia |
---|---|
date | Mon, 04 Apr 2022 06:26:16 +0000 |
parents | |
children | 4a60927aaca5 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Mon Apr 04 06:26:16 2022 +0000 @@ -0,0 +1,25 @@ +<macros> + <token name="@TOOL_VERSION@">2.0.5</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@PROFILE@">20.09</token> + <token name="@DIGEST@">c227e8d8aa41739667f54edbf19902d872dd07cba4c5046d613fe4ba2eb12a0d</token> + <xml name="requirements"> + <requirements> + <!-- Cactus is not in bioconda --> + <!-- Devoper provides a Docker container --> + <container type="docker">quay.io/comparative-genomics-toolkit/cactus@sha256:@DIGEST@</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>