Mercurial > repos > jdv > krakentools
view macros.xml @ 1:92b1c7935d72 draft
"planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/krakentools commit d826242ef2f4e846d51c6879768ebe19562dd237-dirty"
author | jdv |
---|---|
date | Thu, 01 Apr 2021 16:38:42 +0000 |
parents | 97270150a938 |
children | 5b17dec256d6 |
line wrap: on
line source
<macros> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">krakentools</requirement> </requirements> </xml> <token name="@TOOL_VERSION@">1.0.1</token> <token name="@VERSION_SUFFIX@">0</token> <xml name="stdio"> <stdio> <!-- Anything other than zero is an error --> <exit_code range="1:"/> <exit_code range=":-1"/> <!-- In case the return code has not been set propery check stderr too --> <regex match="Error:"/> <regex match="Exception:"/> </stdio> </xml> </macros>