view macros.xml @ 3:f85221724099 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit 5b46bcbf9bef4aaf8ee39c36494be63a0efd6299
author iuc
date Mon, 13 Aug 2018 06:37:19 -0400
parents 1ba5c66e39c9
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>