Mercurial > repos > rnateam > viennarna_rnaplfold
diff macros.xml @ 0:22e8485bc5f3 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/vienna_rna commit 36681a08c6e44c663169caaefd964781c43d0d29
author | rnateam |
---|---|
date | Wed, 20 Dec 2017 08:30:44 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Dec 20 08:30:44 2017 -0500 @@ -0,0 +1,27 @@ +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="2.2.10">viennarna</requirement> + <yield/> + </requirements> + </xml> + <token name="@VERSION@">2.2.10</token> + <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>