Mercurial > repos > iuc > pacu_snp
diff macros.xml @ 0:7ba3e44093c9 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
author | iuc |
---|---|
date | Tue, 13 Aug 2024 13:45:25 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue Aug 13 13:45:25 2024 +0000 @@ -0,0 +1,28 @@ +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@VERSION@">pacu_snp</requirement> + <yield/> + </requirements> + </xml> + + <xml name="version_command"> + <version_command><![CDATA[PACU --version]]></version_command> + </xml> + + <token name="@VERSION@">0.0.5</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@PROFILE@">21.01</token> + + <xml name="xrefs"> + <xrefs> + <xref type='bio.tools'>pacu</xref> + </xrefs> + </xml> + + <xml name="citations"> + <citations> + <citation type="doi">10.1128/jcm.01576-23</citation> + </citations> + </xml> +</macros>