Mercurial > repos > recetox > query
comparison macros.xml @ 1:55ca5d902f62 draft default tip
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/query commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
author | recetox |
---|---|
date | Fri, 28 Jan 2022 16:24:56 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:0369de831b32 | 1:55ca5d902f62 |
---|---|
1 <macros> | |
2 <token name="@TOOL_VERSION@">0.1</token> | |
3 | |
4 <xml name="creator"> | |
5 <creator> | |
6 <person | |
7 givenName="Jiří" | |
8 familyName="Novotný" | |
9 url="https://github.com/xtracko" | |
10 identifier="0000-0001-5449-3523" /> | |
11 <organization | |
12 url="https://www.recetox.muni.cz/" | |
13 email="GalaxyToolsDevelopmentandDeployment@space.muni.cz" | |
14 name="RECETOX MUNI" /> | |
15 </creator> | |
16 </xml> | |
17 | |
18 <xml name="formats"> | |
19 <option value="csv">csv</option> | |
20 <option value="tsv">tsv</option> | |
21 <option value="h5">h5</option> | |
22 <option value="feather">feather</option> | |
23 <option value="parquet">parquet</option> | |
24 <option value="sqlite">sqlite</option> | |
25 </xml> | |
26 | |
27 <xml name="internal_name" token_format=""> | |
28 <when value="@FORMAT@"> | |
29 <param name="name" type="text" help="Specify the format's internal name of the table."/> | |
30 </when> | |
31 </xml> | |
32 </macros> |