Mercurial > repos > ufz > msh2vtu
diff macros.xml @ 0:be04ecda594e draft default tip
planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
| author | ufz |
|---|---|
| date | Thu, 06 Mar 2025 16:53:19 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Thu Mar 06 16:53:19 2025 +0000 @@ -0,0 +1,24 @@ +<macros> + <token name="@TOOL_VERSION@">0.4.0</token> + <token name="@PROFILE@">23.0</token> + <token name="@VERSION_SUFFIX@">0</token> + + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">ogstools</requirement> + <yield/> + </requirements> + </xml> + + <xml name="ogs_citation"> + <citations> + <citation type="doi">10.1007/s12665-012-1546-x</citation> + </citations> + </xml> + + <xml name="creator"> + <creator> + <organization name="Helmholtz Centre for Environmental Research - UFZ, Department of Environmental Informatics" url ="https://www.ufz.de/index.php?en=34216"/> + </creator> + </xml> +</macros> \ No newline at end of file
