Mercurial > repos > artbio > sigmut
view sigmut_macros.xml @ 1:02861b32a62f draft default tip
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit bba3eb3950b8772758cc6f19747172be7413ddd9"
author | artbio |
---|---|
date | Sun, 14 Jun 2020 20:27:29 -0400 |
parents | 9f48c5d97be8 |
children |
line wrap: on
line source
<macros> <token name="@VERSION@">1.0</token> <token name="@WRAPPER_VERSION@">@VERSION@+galaxy1</token> <token name="@pipefail@"><![CDATA[set -o | grep -q pipefail && set -o pipefail;]]></token> <xml name="requirements"> <requirements> <requirement type="package" version="1.0">sigmut</requirement> <requirement type="package" version="1.1.2">pdfcombine</requirement> </requirements> </xml> <xml name="stdio"> <stdio> <exit_code range="1:" /> <exit_code range=":-1" /> <regex match="Error:" /> <regex match="Exception:" /> <regex match="\[bns_restore_core\] Parse error reading" /> </stdio> </xml> </macros>