comparison macros.xml @ 0:7653ebd919bb draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 89ee0af6e955ff964b7984d77ad536e0a9154278
author iuc
date Mon, 14 Jul 2025 21:33:08 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:7653ebd919bb
1 <macros>
2 <token name="@VERSION_SUFFIX@">0</token>
3 <token name="@TOOL_VERSION@">5.5.8</token>
4 <token name="@PROFILE@">23.0</token>
5 <xml name="requirements">
6 <requirements>
7 <requirement type="package" version="@TOOL_VERSION@">meme</requirement>
8 <yield/>
9 </requirements>
10 </xml>
11 <token name="@CHECK_NON_COMMERCIAL_USE@"><![CDATA[
12 #if not $non_commercial_use
13 >&2 echo "this tool is only available for non commercial use";
14 exit 1;
15 #end if
16 ]]></token>
17 </macros>
18