view macros.xml @ 5:012171ba9fce draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transtermhp commit 7f6797ad21f1d9170bf38210d0f0fde5065dccfb"
author iuc
date Tue, 03 Dec 2019 08:56:57 -0500
parents 1a1ec22a7e28
children 42b38f6d9f68
line wrap: on
line source

<?xml version="1.0"?>
<macros>
  <xml name="requirements">
    <requirements>
      <requirement type="package" version="2.09">transtermhp</requirement>
      <requirement type="package" version="1.69">biopython</requirement>
      <requirement type="package" version="0.6.4">bcbiogff</requirement>
      <requirement type="package" version="2.7">python</requirement>
      <yield/>
    </requirements>
  </xml>
  <token name="@WRAPPER_VERSION@">2.09</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="in_fq">-->
    <!--<param name="in_file" type="data" format="fastq" label="Input FASTQ file"/>-->
  <!--</xml>-->
</macros>