Mercurial > repos > iuc > samtools_fixmate
comparison macros.xml @ 4:d2df79922531 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fixmate commit 9c5a35ce695c3d134e41d8695487edd5f71ea33c
author | iuc |
---|---|
date | Sun, 08 Sep 2024 03:26:03 +0000 |
parents | e5ece8fa99de |
children |
comparison
equal
deleted
inserted
replaced
3:e5ece8fa99de | 4:d2df79922531 |
---|---|
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 |