Mercurial > repos > iuc > comebin
diff macros.xml @ 0:2576c9132481 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/comebin/ commit 392e72b84376b11b19759ba85261d99f05c4f64e
| author | iuc |
|---|---|
| date | Wed, 30 Jul 2025 05:56:42 +0000 |
| parents | |
| children | 5910c5106cdc |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Jul 30 05:56:42 2025 +0000 @@ -0,0 +1,17 @@ +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">comebin</requirement> + <yield/> + </requirements> + </xml> + <token name="@TOOL_VERSION@">1.0.3</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@PROFILE@">24.2</token> + <xml name="citations"> + <citations> + <citation type="doi">10.1038/s41467-023-44290-z</citation> + <yield/> + </citations> + </xml> +</macros> \ No newline at end of file
