Mercurial > repos > recetox > table_pandas_arithmetics
comparison macros.xml @ 0:e6d5fee8c7a6 draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/tables commit d0ff40eb2b536fec6c973c3a9ea8e7f31cd9a0d6
author | recetox |
---|---|
date | Wed, 29 Jan 2025 15:35:42 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e6d5fee8c7a6 |
---|---|
1 <macros> | |
2 <token name="@PANDAS_VERSION@">2.2.3</token> | |
3 <token name="@SCIPY_VERSION@">1.14.1</token> | |
4 | |
5 <xml name="requirement_pandas_pyarrow"> | |
6 <requirement type="package" version="@PANDAS_VERSION@">pandas</requirement> | |
7 <requirement type="package" version="18.0.0">pyarrow</requirement> | |
8 </xml> | |
9 | |
10 <xml name="creator"> | |
11 <creator> | |
12 <person | |
13 givenName="Kristina" | |
14 familyName="Gomoryova" | |
15 url="https://github.com/KristinaGomoryova" | |
16 identifier="0000-0003-4407-3917" /> | |
17 <person | |
18 givenName="Helge" | |
19 familyName="Hecht" | |
20 url="https://github.com/hechth" | |
21 identifier="0000-0001-6744-996X" /> | |
22 <organization | |
23 url="https://www.recetox.muni.cz/" | |
24 email="GalaxyToolsDevelopmentandDeployment@space.muni.cz" | |
25 name="RECETOX MUNI" /> | |
26 </creator> | |
27 </xml> | |
28 | |
29 <xml name="regex_sanitizer"> | |
30 <sanitizer> | |
31 <valid initial="string.ascii_letters,string.digits"> | |
32 <add value="^"/> | |
33 <add value="$"/> | |
34 <add value="("/> | |
35 <add value=")"/> | |
36 <add value="|"/> | |
37 <add value="?"/> | |
38 <add value="*"/> | |
39 <add value="+"/> | |
40 <add value="{"/> | |
41 <add value="}"/> | |
42 <add value="\"/> | |
43 <add value="["/> | |
44 <add value="]"/> | |
45 <add value="."/> | |
46 <add value=","/> | |
47 <add value="_"/> | |
48 <add value="-"/> | |
49 </valid> | |
50 </sanitizer> | |
51 <validator type="empty_field" /> | |
52 <validator type="regex" message="Pattern must not end with backslash.">.*[^\\]$</validator> | |
53 </xml> | |
54 </macros> |