Mercurial > repos > devteam > velvet
view macros.xml @ 3:920677cd220f draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvet commit ccce07eb8b612cbe09702214d3184b0085c055a8"
author | iuc |
---|---|
date | Sun, 24 Jan 2021 15:40:17 +0000 |
parents | 8d09f8be269e |
children |
line wrap: on
line source
<?xml version="1.0"?> <macros> <xml name="requirements"> <requirements> <requirement type="package" version="1.2.10">velvet</requirement> </requirements> </xml> <token name="@WRAPPER_VERSION@">1.2.10</token> <xml name="stdio"> <stdio> <!-- Anything other than zero is an error --> <exit_code level="fatal" range="1:"/> <exit_code level="fatal" range=":-1"/> <!-- In case the return code has not been set propery check stderr too --> <regex level="fatal" match="Error:" source="both" /> <regex level="fatal" match="Exception:" source="both" /> <regex level="fatal_oom" match="Can't calloc" source="both" /> </stdio> </xml> <xml name="citation"> <citations> <citation type="doi"> 10.1101/gr.074492.107 </citation> </citations> </xml> </macros>