Repository 'table_pandas_arithmetics'
hg clone https://toolshed.g2.bx.psu.edu/repos/recetox/table_pandas_arithmetics

Changeset 2:19968a1b4068 (2025-08-14)
Previous changeset 1:d4bacc06365e (2025-01-29)
Commit message:
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/tables commit af4bb1b40252cbb8f91cd1008a4aa5052e19f919
modified:
macros.xml
b
diff -r d4bacc06365e -r 19968a1b4068 macros.xml
--- a/macros.xml Wed Jan 29 15:46:51 2025 +0000
+++ b/macros.xml Thu Aug 14 15:13:59 2025 +0000
[
@@ -28,27 +28,17 @@
 
     <xml name="regex_sanitizer">
         <sanitizer>
-            <valid initial="string.ascii_letters,string.digits">
+            <valid initial="default">
                 <add value="^"/>
                 <add value="$"/>
-                <add value="("/>
-                <add value=")"/>
                 <add value="|"/>
-                <add value="?"/>
-                <add value="*"/>
-                <add value="+"/>
                 <add value="{"/>
                 <add value="}"/>
                 <add value="\"/>
                 <add value="["/>
                 <add value="]"/>
-                <add value="."/>
-                <add value=","/>
-                <add value="_"/>
-                <add value="-"/>
             </valid>
         </sanitizer>
-        <validator type="empty_field" />
         <validator type="regex" message="Pattern must not end with backslash.">.*[^\\]$</validator>
     </xml>
 </macros>
\ No newline at end of file