Mercurial > repos > iuc > meme_fimo
view macros.xml @ 17:9d36138e1a51 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 1661efcd3fb5d37fd972588bcf328a6ac705d4fa"
| author | iuc |
|---|---|
| date | Sat, 27 Nov 2021 14:34:42 +0000 |
| parents | 8ce1f35e03d3 |
| children | 6f68fb7ef9f0 |
line wrap: on
line source
<?xml version='1.0' encoding='UTF-8'?> <macros> <token name="@TOOL_VERSION@">5.0.5</token> <xml name="requirements"> <requirements> <requirement type="package" version="5.0.5">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>
