Mercurial > repos > ufz > eukcc_single
diff macros.xml @ 0:65d952c59d8b draft default tip
planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/eukcc commit ea26eabce05391af21e0919ac5309d23396960e3
| author | ufz |
|---|---|
| date | Fri, 25 Jul 2025 10:54:22 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Fri Jul 25 10:54:22 2025 +0000 @@ -0,0 +1,12 @@ +<macros> + <token name="@TOOL_VERSION@">2.1.3</token> + <token name="@VERSION_SUFFIX@">0</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">eukcc</requirement> + </requirements> + </xml> + <xml name="version_command"> + <version_command>eukcc --version</version_command> + </xml> +</macros> \ No newline at end of file
