Mercurial > repos > iuc > fastreer_dist2tree
diff macros.xml @ 0:a21e02af4488 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
| author | iuc |
|---|---|
| date | Mon, 03 Nov 2025 09:27:29 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Mon Nov 03 09:27:29 2025 +0000 @@ -0,0 +1,26 @@ +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">fastreer</requirement> + <yield/> + </requirements> + </xml> + <xml name="version_command"> + <version_command><![CDATA[ + fastreeR --version + ]]></version_command> + </xml> + <token name="@TOOL_VERSION@">2.1.2</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@PROFILE@">24.0</token> + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">fastreer</xref> + </xrefs> + </xml> + <xml name="citations"> + <citations> + <citation type="doi">10.1186/s12859-016-1186-3</citation> + </citations> + </xml> +</macros>
