view macros.xml @ 1:5da9a0e2fb2d draft

"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/velvet commit 8301d37348be25a038b3c63b049b1178d05f5003"
author devteam
date Wed, 12 Feb 2020 11:16:32 -0500
parents 08256557922f
children 8d09f8be269e
line wrap: on
line source

<?xml version="1.0"?>
<macros>
  <xml name="requirements">
      <requirements>
          <requirement type="package" version="1.2.10">velvet</requirement>
      </requirements>
  </xml>
  <token name="@WRAPPER_VERSION@">1.2.10</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.1101/gr.074492.107
          </citation>
      </citations>
  </xml>
</macros>