Mercurial > repos > iuc > diffdock
diff macros.xml @ 0:bfba870d3537 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/diffdock/ commit b0db941a49bdfaa799b10cd68f9b7d8509f608d2
author | iuc |
---|---|
date | Thu, 03 Jul 2025 13:43:38 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Thu Jul 03 13:43:38 2025 +0000 @@ -0,0 +1,19 @@ +<macros> + <token name="@TOOL_VERSION@">1.1.3</token> + <token name="@VERSION_SUFFIX@">0</token> + <xml name="requirements"> + <requirements> + <container type="docker">quay.io/galaxy/diffdock:v@TOOL_VERSION@</container> + </requirements> + </xml> + <xml name="creators"> + <creator> + <person givenName="Rand" familyName="Zoabi" url="https://github.com/RZ9082" identifier="https://orcid.org/0009-0000-2501-8053"/> + </creator> + </xml> + <xml name="citations"> + <citations> + <citation type="doi">10.48550/arXiv.2210.01776</citation> + </citations> + </xml> +</macros>