changeset 27:c9105910063f draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bowtie2 commit 41371d219eaafc811eadf7646a7f0ecf002e4239"
author iuc
date Tue, 12 Jan 2021 16:57:59 +0000
parents 1fc8d53bc352
children 8681e741a037
files bowtie2_macros.xml bowtie2_wrapper.xml
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/bowtie2_macros.xml	Thu Sep 05 19:35:26 2019 -0400
+++ b/bowtie2_macros.xml	Tue Jan 12 16:57:59 2021 +0000
@@ -1,4 +1,5 @@
 <macros>
+    <token name="@TOOL_VERSION@">2.4.2</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	Thu Sep 05 19:35:26 2019 -0400
+++ b/bowtie2_wrapper.xml	Tue Jan 12 16:57:59 2021 +0000
@@ -1,11 +1,11 @@
-<tool id="bowtie2" name="Bowtie2" version="2.3.4.3+galaxy0" profile="18.01">
+<tool id="bowtie2" name="Bowtie2" version="@TOOL_VERSION@+galaxy0" profile="18.01">
     <description>- map reads against reference genome</description>
     <macros>
         <import>bowtie2_macros.xml</import>
     </macros>
     <requirements>
-        <requirement type="package" version="2.3.4.1">bowtie2</requirement>
-        <requirement type="package" version="1.9">samtools</requirement>
+        <requirement type="package" version="@TOOL_VERSION@">bowtie2</requirement>
+        <requirement type="package" version="1.11">samtools</requirement>
     </requirements>
     <version_command>bowtie2 --version</version_command>
     <command detect_errors="exit_code"><![CDATA[