diff bamtools.xml @ 10:887a9bf73d1a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit 7d29261847d2514a1ac4246e0b8bff1d32463434
author iuc
date Wed, 11 Feb 2026 14:31:11 +0000
parents 8eb649e67987
children
line wrap: on
line diff
--- a/bamtools.xml	Wed Jun 18 08:33:31 2025 +0000
+++ b/bamtools.xml	Wed Feb 11 14:31:11 2026 +0000
@@ -1,13 +1,11 @@
 <?xml version="1.0"?>
-<tool id="bamtools" name="Operate on and transform BAM" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
+<tool id="bamtools" name="Operate on and transform BAM" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
     <description>datasets in various ways</description>
     <macros>
           <import>macros.xml</import>
     </macros>
     <expand macro="xrefs"/>
-    <expand macro="requirements">
-        <requirement type="package" version="1.16.1">samtools</requirement>
-    </expand>
+    <expand macro="requirements"/>
     <command detect_errors="exit_code"><![CDATA[
             ##set up input files
             ln -s '${input_bams}' localbam.bam &&