Previous changeset 0:b7b1c8bf7ae0 (2019-10-16) Next changeset 2:a5145865e467 (2019-10-17) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bracken commit 7a6b3feb245124fa7268a4c334327dfca24d1de5" |
modified:
macros.xml |
b |
diff -r b7b1c8bf7ae0 -r 0b967e0ceb18 macros.xml --- a/macros.xml Wed Oct 16 16:57:55 2019 -0400 +++ b/macros.xml Thu Oct 17 13:20:54 2019 -0400 |
b |
@@ -1,13 +1,12 @@ <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> + <version_command>echo @TOOL_VERSION@</version_command> </xml> <xml name="citations"> <citations> |