Mercurial > repos > iuc > bp_genbank2gff3
view macros.xml @ 1:792a280ebeea draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit bfb533859ffc2fe69cb9297118210dd743d01b01-dirty
author | iuc |
---|---|
date | Fri, 09 Oct 2015 15:57:49 -0400 |
parents | f79bcd53b9a3 |
children | 48228f4ad1d5 |
line wrap: on
line source
<macros> <xml name="requirements"> <requirements> <requirement type="package" version="1.6">bioperl</requirement> <yield/> </requirements> </xml> <token name="@WRAPPER_VERSION@">1.6</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>