Mercurial > repos > iuc > odgi_build
diff macros.xml @ 0:61e02e52ce73 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
| author | iuc |
|---|---|
| date | Wed, 08 Apr 2020 16:11:04 +0000 |
| parents | |
| children | a0d72fc028e2 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Apr 08 16:11:04 2020 +0000 @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">odgi</requirement> + </requirements> + </xml> + <token name="@TOOL_VERSION@">0.3</token> + <xml name="citations"> + <citations> + <yield /> + </citations> + </xml> +</macros>
