Mercurial > repos > iuc > fairy_cov
diff macros.xml @ 0:f2fd2d1b96e3 draft
planemo upload for repository https://github.com/bluenote-1577/fairy commit 54ed1c9745f1b74e1d0a0a8353fc47f9818708e8
| author | iuc |
|---|---|
| date | Sun, 12 Jan 2025 21:22:32 +0000 |
| parents | |
| children | 8a9a425f5c60 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Sun Jan 12 21:22:32 2025 +0000 @@ -0,0 +1,17 @@ +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">fairy</requirement> + <yield/> + </requirements> + </xml> + <token name="@TOOL_VERSION@">0.5.7</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@PROFILE@">24.1</token> + <xml name="citations"> + <citations> + <citation type="doi">10.1101/2024.04.23.590803</citation> + <yield/> + </citations> + </xml> +</macros> \ No newline at end of file
