changeset 9:396cc0c65700 draft default tip

planemo upload for repository https://github.com/davebx/bioext-gx/ commit c8457ba9ed581df0c2cfeb53a6cd4d93da3beba6
author iuc
date Mon, 10 Jun 2024 06:12:47 +0000
parents 8a7462c0ac14
children
files bealign.xml macros.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bealign.xml	Sun Feb 25 19:30:06 2024 +0000
+++ b/bealign.xml	Mon Jun 10 06:12:47 2024 +0000
@@ -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">
--- a/macros.xml	Sun Feb 25 19:30:06 2024 +0000
+++ b/macros.xml	Mon Jun 10 06:12:47 2024 +0000
@@ -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>