Mercurial > repos > iuc > bracken
diff macros.xml @ 0:6302d40828d2 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bracken commit 851f81495c875ac09d936537ffd2b32e6af2c8c5"
| author | iuc |
|---|---|
| date | Wed, 16 Oct 2019 16:57:23 -0400 |
| parents | |
| children | 6af64b47c154 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Oct 16 16:57:23 2019 -0400 @@ -0,0 +1,17 @@ +<macros> + <token name="@TOOL_VERSION@">2.5</token> + <token name="@WRAPPER_VERSION@">@TOOL_VERSION@+galaxy0</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">bracken</requirement> + </requirements> + </xml> + <xml name="version"> + <version_command>echo @WRAPPER_VERSION@</version_command> + </xml> + <xml name="citations"> + <citations> + <citation type="doi">10.7717/peerj-cs.104</citation> + </citations> + </xml> +</macros>
