Mercurial > repos > jdv > krakentools
view macros.xml @ 3:b302dc008a4e draft
"planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/krakentools commit 71159df6da02593a2347f290bfabb8fbb41fc735-dirty"
author | jdv |
---|---|
date | Tue, 28 Sep 2021 05:30:18 +0000 |
parents | 5b17dec256d6 |
children | 6e1273dde0db |
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.2</token> <token name="@VERSION_SUFFIX@">1</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>