Mercurial > repos > recetox > query
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Fri Jan 28 16:24:56 2022 +0000 @@ -0,0 +1,32 @@ +<macros> + <token name="@TOOL_VERSION@">0.1</token> + + <xml name="creator"> + <creator> + <person + givenName="Jiří" + familyName="Novotný" + url="https://github.com/xtracko" + identifier="0000-0001-5449-3523" /> + <organization + url="https://www.recetox.muni.cz/" + email="GalaxyToolsDevelopmentandDeployment@space.muni.cz" + name="RECETOX MUNI" /> + </creator> + </xml> + + <xml name="formats"> + <option value="csv">csv</option> + <option value="tsv">tsv</option> + <option value="h5">h5</option> + <option value="feather">feather</option> + <option value="parquet">parquet</option> + <option value="sqlite">sqlite</option> + </xml> + + <xml name="internal_name" token_format=""> + <when value="@FORMAT@"> + <param name="name" type="text" help="Specify the format's internal name of the table."/> + </when> + </xml> +</macros>