Mercurial > repos > iuc > xpath
annotate macros.xml @ 6:3619c6fb132d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit c9d0e222bf9ec49f5a58a2d7f9990310933d71e9
| author | iuc |
|---|---|
| date | Sat, 25 Jun 2016 17:12:28 -0400 |
| parents | 159bdf04ae19 |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <macros> | |
| 3 <xml name="requirements"> | |
| 4 <requirements> | |
|
6
3619c6fb132d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit c9d0e222bf9ec49f5a58a2d7f9990310933d71e9
iuc
parents:
0
diff
changeset
|
5 <requirement type="package" version="1.33">perl-xml-xpath</requirement> |
| 0 | 6 <yield/> |
| 7 </requirements> | |
| 8 </xml> | |
| 9 <token name="@WRAPPER_VERSION@">1.0</token> | |
| 10 <xml name="stdio"> | |
| 11 <stdio> | |
| 12 <exit_code range="1:"/> | |
| 13 <exit_code range=":-1"/> | |
| 14 <regex match="Error:"/> | |
| 15 <regex match="Exception:"/> | |
| 16 </stdio> | |
| 17 </xml> | |
| 18 <token name="@ATTRIBUTION@"><![CDATA[ | |
| 19 **Attribution** | |
| 20 | |
| 21 This Galaxy tool relies on the ``xpath`` tool provided in `libxml-xpath-perl` | |
| 22 by the Debian Maintainers. | |
| 23 ]]> | |
| 24 </token> | |
| 25 </macros> |
