Mercurial > repos > iuc > meme_meme
view macros.xml @ 19:7ce0fe11b411 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
author | iuc |
---|---|
date | Thu, 29 Aug 2024 10:20:10 +0000 |
parents | 19237efe98d1 |
children |
line wrap: on
line source
<macros> <token name="@VERSION_SUFFIX@">0</token> <token name="@TOOL_VERSION@">5.5.6</token> <token name="@PROFILE@">23.0</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">meme</requirement> <yield/> </requirements> </xml> <token name="@CHECK_NON_COMMERCIAL_USE@"><![CDATA[ #if not $non_commercial_use >&2 echo "this tool is only available for non commercial use"; exit 1; #end if ]]></token> </macros>