Mercurial > repos > damion > ffp_phylogeny
view ffp_macros.xml @ 2:671667722d3d draft
fix: ffptree taxonomy name file convert () to _
author | damion |
---|---|
date | Fri, 20 Mar 2015 14:27:19 -0400 |
parents | eb6e5e78a066 |
children |
line wrap: on
line source
<macros> <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="requirements"> <requirements> <requirement type="binary">@BINARY@</requirement> </requirements> <version_command interpreter="python">@BINARY@ --version</version_command> </xml> </macros>