Mercurial > repos > recetox > table_pandas_rename_columns_regex
comparison macros.xml @ 1:628a75ad9685 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:14:09 +0000 |
parents | 505a8e975968 |
children |
comparison
equal
deleted
inserted
replaced
0:505a8e975968 | 1:628a75ad9685 |
---|---|
26 </creator> | 26 </creator> |
27 </xml> | 27 </xml> |
28 | 28 |
29 <xml name="regex_sanitizer"> | 29 <xml name="regex_sanitizer"> |
30 <sanitizer> | 30 <sanitizer> |
31 <valid initial="string.ascii_letters,string.digits"> | 31 <valid initial="default"> |
32 <add value="^"/> | 32 <add value="^"/> |
33 <add value="$"/> | 33 <add value="$"/> |
34 <add value="("/> | |
35 <add value=")"/> | |
36 <add value="|"/> | 34 <add value="|"/> |
37 <add value="?"/> | |
38 <add value="*"/> | |
39 <add value="+"/> | |
40 <add value="{"/> | 35 <add value="{"/> |
41 <add value="}"/> | 36 <add value="}"/> |
42 <add value="\"/> | 37 <add value="\"/> |
43 <add value="["/> | 38 <add value="["/> |
44 <add value="]"/> | 39 <add value="]"/> |
45 <add value="."/> | |
46 <add value=","/> | |
47 <add value="_"/> | |
48 <add value="-"/> | |
49 </valid> | 40 </valid> |
50 </sanitizer> | 41 </sanitizer> |
51 <validator type="empty_field" /> | |
52 <validator type="regex" message="Pattern must not end with backslash.">.*[^\\]$</validator> | 42 <validator type="regex" message="Pattern must not end with backslash.">.*[^\\]$</validator> |
53 </xml> | 43 </xml> |
54 </macros> | 44 </macros> |