view macros.xml @ 13:67fb31daef0e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 399061eca3a2956704522974446601755503c96d-dirty
author iuc
date Tue, 07 Jul 2015 06:49:11 -0400
parents 8863d80cf7c4
children 318a0aa5075a
line wrap: on
line source

<?xml version="1.0"?>
<macros>
  <xml name="requirements">
    <requirements>
      <requirement type="package" version="1.11.6">jbrowse</requirement>
      <requirement type="package" version="2.7">python</requirement>
      <requirement type="package" version="5.18">perl</requirement>
      <requirement type="package" version="1.2">samtools</requirement>
      <requirement type="package" version="1.0">bundle_jbrowse</requirement>
      <requirement type="package" version="3.11">pyyaml</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 JBrowse, maintained by the GMOD Community
]]>
  </token>
</macros>