Mercurial > repos > iuc > meme_fimo
view macros.xml @ 18:6f68fb7ef9f0 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 03235f29be6368f58bc730a20d87a13cf215310f"
| author | iuc |
|---|---|
| date | Sat, 09 Apr 2022 08:29:35 +0000 |
| parents | 9d36138e1a51 |
| children | bd14d35f004d |
line wrap: on
line source
<?xml version='1.0' encoding='UTF-8'?> <macros> <token name="@VERSION_SUFFIX@">0</token> <token name="@TOOL_VERSION@">5.4.1</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>
