Mercurial > repos > iuc > chromap
diff macros.xml @ 0:61fa9655ab32 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/chromap commit 392fc1bebfff21996c13ba0edb952b5f3784cca2
| author | iuc |
|---|---|
| date | Tue, 17 Feb 2026 19:09:08 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue Feb 17 19:09:08 2026 +0000 @@ -0,0 +1,21 @@ +<macros> + <token name="@TOOL_VERSION@">0.3.2</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@PROFILE@">25.0</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">chromap</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.1038/s41467-021-26865-w</citation> + </citations> + </xml> +</macros> \ No newline at end of file
