Mercurial > repos > iuc > meme_meme
diff macros.xml @ 13:b1746e02a308 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 8c1eac566cbcc93ceb3d753170bce144d386722c"
| author | iuc |
|---|---|
| date | Sat, 27 Nov 2021 09:42:07 +0000 |
| parents | 15c14d1dea48 |
| children | 2c8be1460e05 |
line wrap: on
line diff
--- a/macros.xml Wed Nov 18 19:37:04 2020 +0000 +++ b/macros.xml Sat Nov 27 09:42:07 2021 +0000 @@ -1,11 +1,17 @@ <?xml version='1.0' encoding='UTF-8'?> <macros> - <token name="@WRAPPER_VERSION@">5.0.5</token> + <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>
