annotate 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
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>
1
02861b32a62f "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit bba3eb3950b8772758cc6f19747172be7413ddd9"
artbio
parents: 0
diff changeset
2 <token name="@VERSION@">1.0</token>
02861b32a62f "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit bba3eb3950b8772758cc6f19747172be7413ddd9"
artbio
parents: 0
diff changeset
3 <token name="@WRAPPER_VERSION@">@VERSION@+galaxy1</token>
0
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
4 <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
5
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
6 <xml name="requirements">
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
7 <requirements>
9f48c5d97be8 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
artbio
parents:
diff changeset
8 <requirement type="package" version="1.0">sigmut</requirement>
1
02861b32a62f "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit bba3eb3950b8772758cc6f19747172be7413ddd9"
artbio
parents: 0
diff changeset
9 <requirement type="package" version="1.1.2">pdfcombine</requirement>
0
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>