Mercurial > repos > iuc > pharokka
diff macros.xml @ 0:c222bce87223 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/pharokka commit 4f57302e4d14a2b32bcd9d41d25d987a29317bf3
author | iuc |
---|---|
date | Thu, 02 Mar 2023 16:21:09 +0000 |
parents | |
children | b5835ab48898 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Thu Mar 02 16:21:09 2023 +0000 @@ -0,0 +1,40 @@ +<?xml version="1.0"?> +<macros> + <token name="@TOOL_VERSION@">1.2.1</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@PROFILE@">21.05</token> + <xml name="biotools"> + <xrefs> + <xref type="bio.tools"> + pharokka + </xref> + </xrefs> + </xml> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@"> + pharokka + </requirement> + <requirement type="package" version="3.0"> + zip + </requirement> + </requirements> + </xml> + <xml name="version"> + <version_command> + pharokka.py --version + </version_command> + </xml> + <xml name="citations"> + <citations> + <citation type="doi"> + 10.1093/bioinformatics/btac776 + </citation> + </citations> + </xml> + <xml name="creator"> + <creator> + <person givenName="Paul" familyName="Zierep" email="zierep@informatik.uni-freiburg.de" /> + </creator> + </xml> +</macros>