Skip to content

Commit f3b9f6a

Browse files
authored
Merge pull request #6875 from planemo-autoupdate/tools/bwa
Updating tools/bwa from version 0.7.18 to 0.7.19
2 parents 0c588c1 + 24dd237 commit f3b9f6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/bwa/bwa-mem.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</macros>
88
<expand macro="bio_tools"/>
99
<expand macro="requirements">
10-
<requirement type="package" version="1.13">samtools</requirement>
10+
<requirement type="package" version="1.21">samtools</requirement>
1111
</expand>
1212
<expand macro="stdio"/>
1313
<command><![CDATA[

tools/bwa/bwa_macros.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<macros>
22
<import>read_group_macros.xml</import>
33

4-
<token name="@TOOL_VERSION@">0.7.18</token>
4+
<token name="@TOOL_VERSION@">0.7.19</token>
55

66
<token name="@pipefail@"><![CDATA[set -o | grep -q pipefail && set -o pipefail;]]></token>
77

@@ -37,7 +37,7 @@
3737
<xml name="requirements">
3838
<requirements>
3939
<requirement type="package" version="@TOOL_VERSION@">bwa</requirement>
40-
<requirement type="package" version="1.20">samtools</requirement>
40+
<requirement type="package" version="1.21">samtools</requirement>
4141
</requirements>
4242
</xml>
4343

0 commit comments

Comments
 (0)