Mercurial > repos > iuc > longdust
diff macros.xml @ 0:54a33dfe0187 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/longdust/ commit 4f91febe7ba34b5ba5ae14368508cc09e5339c4b
| author | iuc |
|---|---|
| date | Wed, 01 Oct 2025 12:22:23 +0000 |
| parents | |
| children | 9607b6eccee4 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Oct 01 12:22:23 2025 +0000 @@ -0,0 +1,21 @@ +<macros> + <token name="@TOOL_VERSION@">1.2</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@PROFILE@">24.2</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">longdust</requirement> + </requirements> + </xml> + <xml name="creator"> + <creator> + <person givenName="Saim" familyName="Momin" url="https://github.com/SaimMomin12"/> + <organization name="Galaxy Europe" url="https://galaxyproject.org/eu/"/> + </creator> + </xml> + <xml name="citations"> + <citations> + <citation type="doi">10.48550/arXiv.2509.07357</citation> + </citations> + </xml> +</macros> \ No newline at end of file
