Mercurial > repos > recetox > table_pandas_arithmetics
changeset 2:19968a1b4068 draft default tip
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/tables commit af4bb1b40252cbb8f91cd1008a4aa5052e19f919
author | recetox |
---|---|
date | Thu, 14 Aug 2025 15:13:59 +0000 |
parents | d4bacc06365e |
children | |
files | macros.xml |
diffstat | 1 files changed, 1 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- 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