Mercurial > repos > devteam > bowtie2
diff bowtie2_wrapper.xml @ 31:0d4acadabb04 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bowtie2 commit f25b49ba5f2f3e5542e75224948818c32dea920a
| author | iuc |
|---|---|
| date | Mon, 26 Feb 2024 08:50:20 +0000 |
| parents | 03e9b2fbc005 |
| children | d5ceb9f3c25b |
line wrap: on
line diff
--- a/bowtie2_wrapper.xml Thu Nov 03 19:37:50 2022 +0000 +++ b/bowtie2_wrapper.xml Mon Feb 26 08:50:20 2024 +0000 @@ -1,4 +1,4 @@ -<tool id="bowtie2" name="Bowtie2" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.05"> +<tool id="bowtie2" name="Bowtie2" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.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.16.1">samtools</requirement> + <requirement type="package" version="1.19.2">samtools</requirement> </requirements> <version_command>bowtie2 --version</version_command> <command detect_errors="exit_code"><