Mercurial > repos > devteam > bamtools_filter
changeset 13:47db0f26ca31 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools_filter commit 7d29261847d2514a1ac4246e0b8bff1d32463434
| author | iuc |
|---|---|
| date | Wed, 11 Feb 2026 14:31:19 +0000 |
| parents | 62e4d6cdbaa7 |
| children | |
| files | bamtools-filter.xml macros.xml |
| diffstat | 2 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/bamtools-filter.xml Wed Jun 18 08:33:43 2025 +0000 +++ b/bamtools-filter.xml Wed Feb 11 14:31:19 2026 +0000 @@ -1,4 +1,4 @@ -<tool id="bamFilter" name="Filter BAM" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> +<tool id="bamFilter" name="Filter BAM" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>datasets on a variety of attributes</description> <macros> <import>macros.xml</import>
--- a/macros.xml Wed Jun 18 08:33:43 2025 +0000 +++ b/macros.xml Wed Feb 11 14:31:19 2026 +0000 @@ -1,7 +1,8 @@ <?xml version="1.0"?> <macros> - <token name="@TOOL_VERSION@">2.5.2</token> - <token name="@VERSION_SUFFIX@">3</token> + <token name="@TOOL_VERSION@">2.5.3</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@PROFILE@">24.2</token> <xml name="xrefs"> <xrefs> <xref type="bio.tools">bamtools</xref> @@ -10,7 +11,7 @@ <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">bamtools</requirement> - <yield /> + <requirement type="package" version="1.23">samtools</requirement> </requirements> </xml> <xml name="citations">
