view snpEff_macros.xml @ 9:68693743661e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit dd7c0bd39f1f70fca81c1a5e25e71495aed231d9
author iuc
date Tue, 14 Nov 2017 05:42:51 -0500
parents ce135864629c
children 5b4ac70948d2
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="4.3.1r">snpeff</requirement>
        </requirements>
    </xml>
  <xml name="stdio">
    <stdio>
        <exit_code range=":-1"  level="fatal" description="Error: Cannot open file" />
        <exit_code range="1:"  level="fatal" description="Error" />
    </stdio>
  </xml>
  <xml name="version_command">
    <version_command><![CDATA[
snpEff -version
    ]]></version_command>
  </xml>
  <token name="@WRAPPER_VERSION@">4.3r</token>
  <token name="@SNPEFF_VERSION@">SnpEff4.3</token>
  <token name="@SNPEFF_DATABASE_URL@">https://sourceforge.net/projects/snpeff/files/databases/v4_3/</token>
  <token name="@EXTERNAL_DOCUMENTATION@">
For details about this tool, please go to: http://snpeff.sourceforge.net/SnpEff_manual.html
  </token>
  <xml name="citations">
      <citations>
        <citation type="doi">10.4161/fly.19695</citation>
        <yield />
      </citations>
  </xml>
</macros>