Mercurial > repos > iuc > samtools_view
comparison macros.xml @ 17:32dc5f781059 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_view commit 9c5a35ce695c3d134e41d8695487edd5f71ea33c
author | iuc |
---|---|
date | Sun, 08 Sep 2024 03:27:39 +0000 |
parents | 6be888be75f9 |
children |
comparison
equal
deleted
inserted
replaced
16:2dce91e11ca7 | 17:32dc5f781059 |
---|---|
9 tool's version is controlled by the TOOL_VERSION token | 9 tool's version is controlled by the TOOL_VERSION token |
10 (because their version is ahead of the requirement version .. | 10 (because their version is ahead of the requirement version .. |
11 please only bump the minor version in order to let the requirement | 11 please only bump the minor version in order to let the requirement |
12 version catch up eventually). To find the tools check: | 12 version catch up eventually). To find the tools check: |
13 `grep "<tool" . -r | grep -v VERSION_SUFFIX | cut -d":" -f 1` --> | 13 `grep "<tool" . -r | grep -v VERSION_SUFFIX | cut -d":" -f 1` --> |
14 <token name="@TOOL_VERSION@">1.15.1</token> | 14 <token name="@TOOL_VERSION@">1.20</token> |
15 <token name="@VERSION_SUFFIX@">2</token> | 15 <token name="@VERSION_SUFFIX@">2</token> |
16 <token name="@PROFILE@">20.05</token> | 16 <token name="@PROFILE@">22.05</token> |
17 <token name="@FLAGS@"><![CDATA[ | 17 <token name="@FLAGS@"><![CDATA[ |
18 #set $flags = 0 | 18 #set $flags = 0 |
19 #if $filter | 19 #if $filter |
20 #set $flags = sum(map(int, str($filter).split(','))) | 20 #set $flags = sum(map(int, str($filter).split(','))) |
21 #end if | 21 #end if |