view macros.xml @ 3:20fd58742f90 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/progressivemauve commit 7b8a4ffc823f4dab194f1c629b7e83277dbe4337
author iuc
date Mon, 25 May 2015 23:01:44 -0400
parents 272c6e61dd0c
children 71e6dd9198dc
line wrap: on
line source

<?xml version="1.0"?>
<macros>
  <xml name="requirements">
    <requirements>
      <requirement type="package" version="2.4.0">progressivemauve</requirement>
      <requirement type="package" version="2.7">python</requirement>
      <requirement type="package" version="1.65">biopython</requirement>
      <requirement type="package" version="0.6.2">bcbiogff</requirement>
      <yield/>
    </requirements>
  </xml>
  <token name="@WRAPPER_VERSION@">2.4.0</token>
  <xml name="stdio">
    <stdio>
      <!-- Anything other than zero is an error -->
      <exit_code range="1:"/>
      <exit_code range=":-1"/>
      <!-- In case the return code has not been set propery check stderr too -->
      <regex match="Error:"/>
      <regex match="Exception:"/>
    </stdio>
  </xml>
  <xml name="citation">
      <citations>
          <citation type="doi">10.1371/journal.pone.0011147</citation>
      </citations>
  </xml>
</macros>