changeset 11:f287fbd75138 draft default tip

planemo upload for repository https://github.com/davebx/bioext-gx/ commit e5a0f251aae89a83d154836029701bbf1c5a17fe
author iuc
date Fri, 10 Oct 2025 13:28:56 +0000
parents 767943cd85bf
children
files macros.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Mon Sep 02 10:14:57 2024 +0000
+++ b/macros.xml	Fri Oct 10 13:28:56 2025 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <macros>
-    <token name="@TOOL_VERSION@">0.21.9</token>
+    <token name="@TOOL_VERSION@">0.21.10</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>