Skip to content

Commit

Permalink
Updating tools/freebayes from version 1.3.6 to 1.3.8 (#6453)
Browse files Browse the repository at this point in the history
Co-authored-by: planemo-autoupdate <planemo-autoupdate@users.noreply.github.com>
  • Loading branch information
gxydevbot and planemo-autoupdate authored Oct 14, 2024
1 parent 2b5715a commit fe6bd49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/freebayes/freebayes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<import>macros.xml</import>
</macros>
<expand macro="requirements">
<requirement type="package" version="5.1.0">gawk</requirement>
<requirement type="package" version="20211222">parallel</requirement>
<requirement type="package" version="5.3.1">gawk</requirement>
<requirement type="package" version="20240922">parallel</requirement>
</expand>
<expand macro="version_command" />
<command detect_errors="exit_code"><![CDATA[
Expand Down
4 changes: 2 additions & 2 deletions tools/freebayes/macros.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<macros>
<token name="@TOOL_VERSION@">1.3.6</token>
<token name="@TOOL_VERSION@">1.3.8</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">freebayes</requirement>
<requirement type="package" version="1.14">samtools</requirement>
<requirement type="package" version="1.21">samtools</requirement>
<yield />
</requirements>
</xml>
Expand Down

0 comments on commit fe6bd49

Please sign in to comment.