Mercurial > repos > devteam > samtools_slice_bam
changeset 8:adc4ed59d82b draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_slice_bam commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
author | iuc |
---|---|
date | Fri, 27 Jun 2025 10:56:07 +0000 |
parents | fea1a167b822 |
children | |
files | macros.xml samtools_slice_bam.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Thu Jun 19 13:01:04 2025 +0000 +++ b/macros.xml Fri Jun 27 10:56:07 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[
--- a/samtools_slice_bam.xml Thu Jun 19 13:01:04 2025 +0000 +++ b/samtools_slice_bam.xml Fri Jun 27 10:56:07 2025 +0000 @@ -1,4 +1,4 @@ -<tool id="samtools_slice_bam" name="Slice" version="2.0.4" profile="@PROFILE@"> +<tool id="samtools_slice_bam" name="Slice" version="2.0.5" profile="@PROFILE@"> <description>BAM by genomic regions</description> <macros> <import>macros.xml</import>