changeset 32:6b4916819621 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bowtie2 commit 3ae56dd669038a65c3f60ba64c67cbefb254ab5e
author iuc
date Thu, 03 Nov 2022 19:37:06 +0000
parents f66e4858ca26
children
files bowtie2_macros.xml bowtie2_wrapper.xml test-data/bowtie2-test1.bam test-data/bowtie2-test2.bam test-data/bowtie2-test_fasta_in.bam test-data/bowtie2-test_fasta_in_bam_qname_input_sorted.bam test-data/bowtie2-test_il.bam
diffstat 7 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/bowtie2_macros.xml	Wed Jul 06 10:24:52 2022 +0000
+++ b/bowtie2_macros.xml	Thu Nov 03 19:37:06 2022 +0000
@@ -1,5 +1,6 @@
 <macros>
-    <token name="@TOOL_VERSION@">2.4.5</token>
+    <token name="@TOOL_VERSION@">2.5.0</token>
+    <token name="@VERSION_SUFFIX@">0</token>
     <!-- Import this at the top of your command block and then
          define rg_auto_name. -->
     <token name="@define_read_group_helpers@">
--- a/bowtie2_wrapper.xml	Wed Jul 06 10:24:52 2022 +0000
+++ b/bowtie2_wrapper.xml	Thu Nov 03 19:37:06 2022 +0000
@@ -1,4 +1,4 @@
-<tool id="bowtie2" name="Bowtie2" version="@TOOL_VERSION@+galaxy1" profile="20.05">
+<tool id="bowtie2" name="Bowtie2" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.05">
     <description>- map reads against reference genome</description>
     <macros>
         <import>bowtie2_macros.xml</import>
@@ -8,7 +8,7 @@
     </xrefs>
     <requirements>
         <requirement type="package" version="@TOOL_VERSION@">bowtie2</requirement>
-        <requirement type="package" version="1.14">samtools</requirement>
+        <requirement type="package" version="1.16.1">samtools</requirement>
     </requirements>
     <version_command>bowtie2 --version</version_command>
     <command detect_errors="exit_code"><![CDATA[
Binary file test-data/bowtie2-test1.bam has changed
Binary file test-data/bowtie2-test2.bam has changed
Binary file test-data/bowtie2-test_fasta_in.bam has changed
Binary file test-data/bowtie2-test_fasta_in_bam_qname_input_sorted.bam has changed
Binary file test-data/bowtie2-test_il.bam has changed