Mercurial > repos > rnateam > viennarna_rnacofold
view macros.xml @ 6:93c94bf87a04 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/vienna_rna commit d9f13fd859165e4280412ec73f8f3f8b258d351d-dirty
author | rnateam |
---|---|
date | Thu, 28 Sep 2017 16:22:40 -0400 |
parents | f3384a8b45a2 |
children |
line wrap: on
line source
<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>