Mercurial > repos > devteam > bwa
changeset 18:52f5f04041f2 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit f3b9f6a224281087fcacfc865abb5b7a181d34e9
author | iuc |
---|---|
date | Mon, 24 Mar 2025 07:25:43 +0000 |
parents | 23e88ff6c494 |
children | |
files | bwa-mem.xml bwa_macros.xml |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/bwa-mem.xml Wed Mar 19 17:24:58 2025 +0000 +++ b/bwa-mem.xml Mon Mar 24 07:25:43 2025 +0000 @@ -7,7 +7,7 @@ </macros> <expand macro="bio_tools"/> <expand macro="requirements"> - <requirement type="package" version="1.13">samtools</requirement> + <requirement type="package" version="1.21">samtools</requirement> </expand> <expand macro="stdio"/> <command><![CDATA[
--- a/bwa_macros.xml Wed Mar 19 17:24:58 2025 +0000 +++ b/bwa_macros.xml Mon Mar 24 07:25:43 2025 +0000 @@ -1,7 +1,7 @@ <macros> <import>read_group_macros.xml</import> - <token name="@TOOL_VERSION@">0.7.18</token> + <token name="@TOOL_VERSION@">0.7.19</token> <token name="@pipefail@"><![CDATA[set -o | grep -q pipefail && set -o pipefail;]]></token> @@ -37,7 +37,7 @@ <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">bwa</requirement> - <requirement type="package" version="1.20">samtools</requirement> + <requirement type="package" version="1.21">samtools</requirement> </requirements> </xml>