Mercurial > repos > iuc > meme_fimo
comparison macros.xml @ 17:d7a6ea1e3b9d 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:37:42 +0000 |
parents | be146697a083 |
children | c5209f38700d |
comparison
equal
deleted
inserted
replaced
16:be146697a083 | 17:d7a6ea1e3b9d |
---|---|
8 </requirements> | 8 </requirements> |
9 </xml> | 9 </xml> |
10 <token name="@CHECK_NON_COMMERCIAL_USE@"><![CDATA[ | 10 <token name="@CHECK_NON_COMMERCIAL_USE@"><![CDATA[ |
11 #if not $non_commercial_use | 11 #if not $non_commercial_use |
12 >&2 echo "this tool is only available for non commercial use"; | 12 >&2 echo "this tool is only available for non commercial use"; |
13 exit 1 | 13 exit 1; |
14 #end if | 14 #end if |
15 ]]></token> | 15 ]]></token> |
16 </macros> | 16 </macros> |
17 | 17 |