annotate sigmut_macros.xml @ 0:9f48c5d97be8 draft

"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
author artbio
date Mon, 16 Mar 2020 06:15:02 -0400
parents
children 02861b32a62f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
1 <macros>
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
2
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
3 <token name="@VERSION@">0.9.1</token>
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
4
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
5 <token name="@pipefail@"><![CDATA[set -o | grep -q pipefail && set -o pipefail;]]></token>
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
6
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
7 <xml name="requirements">
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
8 <requirements>
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
9 <requirement type="package" version="1.0">sigmut</requirement>
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
10 </requirements>
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
11 </xml>
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
12
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
13 <xml name="stdio">
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
14 <stdio>
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
15 <exit_code range="1:" />
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
16 <exit_code range=":-1" />
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
17 <regex match="Error:" />
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
18 <regex match="Exception:" />
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
19 <regex match="\[bns_restore_core\] Parse error reading" />
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
20 </stdio>
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
21 </xml>
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
22
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
23 </macros>