Skip to content

Commit

Permalink
Updating tools/bioext from version 0.21.2 to 0.21.7 (galaxyproject#6066)
Browse files Browse the repository at this point in the history
Co-authored-by: planemo-autoupdate <[email protected]>
  • Loading branch information
gxydevbot and planemo-autoupdate authored Jun 10, 2024
1 parent f9deb29 commit c8457ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/bioext/bealign.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</macros>
<expand macro="requirements">
<requirement type="package" version="5.3.0">gawk</requirement>
<requirement type="package" version="1.19.2">samtools</requirement>
<requirement type="package" version="1.20">samtools</requirement>
</expand>
<version_command>bealign --version</version_command>
<command detect_errors="exit_code">
Expand Down
2 changes: 1 addition & 1 deletion tools/bioext/macros.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<macros>
<token name="@TOOL_VERSION@">0.21.2</token>
<token name="@TOOL_VERSION@">0.21.7</token>
<token name="@VERSION_SUFFIX@">0</token>
<token name="@PROFILE@">22.05</token>
<token name="@SANITIZE@"><![CDATA[| gawk '{ if (\$0 ~ "^[^>]") {a = gensub(/[^ACGTURYKMSWBDHVNacgturykmswbdhvn?-]/, "", "g"); } else {a=gensub(/[^>A-Za-z0-9_]/, "_", "g"); }; print a } ' | sed 's,_\\+,_,g' >]]></token>
Expand Down

0 comments on commit c8457ba

Please sign in to comment.