Mercurial > repos > iuc > fastoma
diff macros.xml @ 0:c71024206080 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastoma commit 97621157bc93d4c8b6a9c86c27557b67f8737ca9
| author | iuc |
|---|---|
| date | Fri, 26 Dec 2025 09:46:34 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Fri Dec 26 09:46:34 2025 +0000 @@ -0,0 +1,16 @@ +<macros> + <token name="@TOOL_VERSION@">0.5.1</token> + <token name="@VERSION_SUFFIX@">0</token> + + <xml name="requirements"> + <requirement type="package" version="@TOOL_VERSION@">fastoma</requirement> + </xml> + + <xml name="citation"> + <citations> + <citation type="doi">10.1038/s41592-024-02552-8</citation> + </citations> + </xml> + +</macros> +
