Mercurial > repos > iuc > comebin_bam
diff macros.xml @ 0:58e81911db44 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/comebin_bam/ commit ac8533700fff90dbc9cfc2af66c2a721e4b52f2c
| author | iuc |
|---|---|
| date | Fri, 07 Nov 2025 16:14:07 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Fri Nov 07 16:14:07 2025 +0000 @@ -0,0 +1,15 @@ +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">comebin</requirement> + </requirements> + </xml> + <token name="@TOOL_VERSION@">1.0.4</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> + </citations> + </xml> +</macros>
