Skip to content

Commit

Permalink
Updating tools/bcftools from version 1.19 to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
planemo-autoupdate committed Apr 22, 2024
1 parent c588d8e commit fb1d52e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tools/bcftools/bcftools_stats.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<expand macro="requirements">
<expand macro="samtools_requirement"/>
<expand macro="matplotlib_requirement" />
<requirement type="package" version="0.14.1">tectonic</requirement>
<requirement type="package" version="0.15.0">tectonic</requirement>
</expand>
<expand macro="version_command" />
<command detect_errors="aggressive"><![CDATA[
Expand Down
8 changes: 4 additions & 4 deletions tools/bcftools/macros.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<macros>
<token name="@TOOL_VERSION@">1.19</token>
<token name="@TOOL_VERSION@">1.20</token>
<xml name="bio_tools">
<xrefs>
<xref type="bio.tools">bcftools</xref>
Expand All @@ -8,15 +8,15 @@
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">bcftools</requirement>
<requirement type="package" version="1.19.1">htslib</requirement>
<requirement type="package" version="1.20">htslib</requirement>
<yield />
</requirements>
</xml>
<xml name="samtools_requirement">
<requirement type="package" version="1.19.2">samtools</requirement>
<requirement type="package" version="1.20">samtools</requirement>
</xml>
<xml name="matplotlib_requirement">
<requirement type="package" version="3.8.2">matplotlib</requirement>
<requirement type="package" version="3.8.4">matplotlib</requirement>
</xml>
<xml name="version_command">
<version_command>bcftools 2&gt;&amp;1 | grep 'Version:'</version_command>
Expand Down

0 comments on commit fb1d52e

Please sign in to comment.