annotate macros.xml @ 5:11c3eb512633 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 8d8cd9b0700db2a07dc8b9e692d1c4b671485bd1"
author iuc
date Fri, 22 May 2020 03:56:00 -0400
parents a0d092f27fdf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f79bcd53b9a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 799339e22181d28cb2b145454d353d6025779636
iuc
parents:
diff changeset
1 <macros>
f79bcd53b9a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 799339e22181d28cb2b145454d353d6025779636
iuc
parents:
diff changeset
2 <xml name="requirements">
f79bcd53b9a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 799339e22181d28cb2b145454d353d6025779636
iuc
parents:
diff changeset
3 <requirements>
5
11c3eb512633 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 8d8cd9b0700db2a07dc8b9e692d1c4b671485bd1"
iuc
parents: 4
diff changeset
4 <requirement type="package" version="1.7.2">perl-bioperl</requirement>
0
f79bcd53b9a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 799339e22181d28cb2b145454d353d6025779636
iuc
parents:
diff changeset
5 <yield/>
f79bcd53b9a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 799339e22181d28cb2b145454d353d6025779636
iuc
parents:
diff changeset
6 </requirements>
f79bcd53b9a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 799339e22181d28cb2b145454d353d6025779636
iuc
parents:
diff changeset
7 </xml>
f79bcd53b9a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 799339e22181d28cb2b145454d353d6025779636
iuc
parents:
diff changeset
8 <token name="@WRAPPER_VERSION@">1.6</token>
f79bcd53b9a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 799339e22181d28cb2b145454d353d6025779636
iuc
parents:
diff changeset
9 <xml name="stdio">
f79bcd53b9a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 799339e22181d28cb2b145454d353d6025779636
iuc
parents:
diff changeset
10 <stdio>
f79bcd53b9a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 799339e22181d28cb2b145454d353d6025779636
iuc
parents:
diff changeset
11 <!-- Anything other than zero is an error -->
f79bcd53b9a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 799339e22181d28cb2b145454d353d6025779636
iuc
parents:
diff changeset
12 <exit_code range="1:" />
f79bcd53b9a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 799339e22181d28cb2b145454d353d6025779636
iuc
parents:
diff changeset
13 <exit_code range=":-1" />
f79bcd53b9a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 799339e22181d28cb2b145454d353d6025779636
iuc
parents:
diff changeset
14 <!-- In case the return code has not been set propery check stderr too -->
f79bcd53b9a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 799339e22181d28cb2b145454d353d6025779636
iuc
parents:
diff changeset
15 <regex match="Error:" />
f79bcd53b9a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 799339e22181d28cb2b145454d353d6025779636
iuc
parents:
diff changeset
16 <regex match="Exception:" />
f79bcd53b9a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 799339e22181d28cb2b145454d353d6025779636
iuc
parents:
diff changeset
17 </stdio>
f79bcd53b9a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 799339e22181d28cb2b145454d353d6025779636
iuc
parents:
diff changeset
18 </xml>
f79bcd53b9a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 799339e22181d28cb2b145454d353d6025779636
iuc
parents:
diff changeset
19
f79bcd53b9a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 799339e22181d28cb2b145454d353d6025779636
iuc
parents:
diff changeset
20 </macros>