annotate macros.xml @ 0:f79bcd53b9a3 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 799339e22181d28cb2b145454d353d6025779636
author iuc
date Fri, 09 Oct 2015 09:19:49 -0400
parents
children 48228f4ad1d5
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>
f79bcd53b9a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit 799339e22181d28cb2b145454d353d6025779636
iuc
parents:
diff changeset
4 <requirement type="package" version="1.6">bioperl</requirement>
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>