Mercurial > repos > iuc > xpath
view macros.xml @ 7:a890cac292f3 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit 8cbc5a00fac3f19591b1f956610f0cc60810dab2
| author | iuc |
|---|---|
| date | Tue, 28 Nov 2017 05:13:13 -0500 |
| parents | 3619c6fb132d |
| children |
line wrap: on
line source
<?xml version="1.0"?> <macros> <xml name="requirements"> <requirements> <requirement type="package" version="1.33">perl-xml-xpath</requirement> <yield/> </requirements> </xml> <token name="@WRAPPER_VERSION@">1.0</token> <xml name="stdio"> <stdio> <exit_code range="1:"/> <exit_code range=":-1"/> <regex match="Error:"/> <regex match="Exception:"/> </stdio> </xml> <token name="@ATTRIBUTION@"><![CDATA[ **Attribution** This Galaxy tool relies on the ``xpath`` tool provided in `libxml-xpath-perl` by the Debian Maintainers. ]]> </token> </macros>
