changeset 4:c5f04783750e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools_split commit 7d29261847d2514a1ac4246e0b8bff1d32463434
author iuc
date Wed, 11 Feb 2026 14:31:51 +0000
parents 75d5afa09972
children
files bamtools_split_paired.xml macros.xml
diffstat 2 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/bamtools_split_paired.xml	Fri Mar 15 13:49:37 2024 +0000
+++ b/bamtools_split_paired.xml	Wed Feb 11 14:31:51 2026 +0000
@@ -1,4 +1,4 @@
-<tool id="bamtools_split_paired" name="Split BAM into paired- and single-end" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
+<tool id="bamtools_split_paired" name="Split BAM into paired- and single-end" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
     <description>reads datasets</description>
     <macros>
           <import>macros.xml</import>
@@ -18,8 +18,8 @@
         <param name="input_bam" type="data" format="bam" label="BAM dataset to split by single_end/paired_end"/>
     </inputs>
     <outputs>
-        <data format="bam" name="single" label="${input_bam.name} SE reads" from_work_dir="split_bam.SINGLE_END.bam" />
-        <data format="bam" name="paired" label="${input_bam.name} PE reads" from_work_dir="split_bam.PAIRED_END.bam" />
+        <data format="bam" name="single" label="${tool.name} on ${on_string}: SE reads" from_work_dir="split_bam.SINGLE_END.bam" />
+        <data format="bam" name="paired" label="${tool.name} on ${on_string}: PE reads" from_work_dir="split_bam.PAIRED_END.bam" />
     </outputs>
     <tests>
         <test>
--- a/macros.xml	Fri Mar 15 13:49:37 2024 +0000
+++ b/macros.xml	Wed Feb 11 14:31:51 2026 +0000
@@ -1,7 +1,8 @@
 <?xml version="1.0"?>
 <macros>
-    <token name="@TOOL_VERSION@">2.5.2</token>
-    <token name="@VERSION_SUFFIX@">2</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">