# HG changeset patch # User iuc # Date 1751021703 0 # Node ID 72b8a3614802b65436b296bd6d2678f511fcc06a # Parent 73913bb77da3199d89f9cadca3be3ea663bf1b97 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb diff -r 73913bb77da3 -r 72b8a3614802 macros.xml --- a/macros.xml Thu Jun 19 12:58:11 2025 +0000 +++ b/macros.xml Fri Jun 27 10:55:03 2025 +0000 @@ -11,7 +11,7 @@ please only bump the minor version in order to let the requirement version catch up eventually). To find the tools check: `grep "<tool" . -r | grep -v VERSION_SUFFIX | cut -d":" -f 1` --> - <token name="@TOOL_VERSION@">1.21</token> + <token name="@TOOL_VERSION@">1.22</token> <token name="@VERSION_SUFFIX@">0</token> <token name="@PROFILE@">22.05</token> <token name="@FLAGS@"><![CDATA[ diff -r 73913bb77da3 -r 72b8a3614802 sam_to_bam.xml --- a/sam_to_bam.xml Thu Jun 19 12:58:11 2025 +0000 +++ b/sam_to_bam.xml Fri Jun 27 10:55:03 2025 +0000 @@ -1,4 +1,4 @@ -<tool id="sam_to_bam" name="SAM-to-BAM" version="2.1.3" profile="@PROFILE@"> +<tool id="sam_to_bam" name="SAM-to-BAM" version="2.1.4" profile="@PROFILE@"> <description>convert SAM to BAM</description> <macros>