Mercurial > repos > devteam > velvet
view macros.xml @ 0:08256557922f draft
planemo upload commit 4720b3dfa114d790b597fef6ccf3c17e8c11e111
author | devteam |
---|---|
date | Tue, 13 Oct 2015 16:38:28 -0400 |
parents | |
children | 8d09f8be269e |
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 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> <xml name="citation"> <citations> <citation type="doi"> 10.1101/gr.074492.107 </citation> </citations> </xml> </macros>