Mercurial > repos > rnateam > vienna_rna
diff macros.xml @ 0:031ad3250176 draft
Uploaded
author | rnateam |
---|---|
date | Tue, 03 Feb 2015 04:59:51 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue Feb 03 04:59:51 2015 -0500 @@ -0,0 +1,26 @@ +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="2.1">vienna_rna</requirement> + </requirements> + </xml> + + <xml name="version_command"> + <version_command>@EXECUTABLE@ --version</version_command> + </xml> + + <xml name="stdio"> + <stdio> + <exit_code range="1:" /> + <exit_code range=":-1" /> + <regex match="Error:" /> + <regex match="Exception:" /> + </stdio> + </xml> + + <xml name="citations"> + <citations> + <citation type="doi">10.1186/1748-7188-6-26</citation> + </citations> + </xml> +</macros>