view snpEff_macros.xml @ 8:ce135864629c draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 9d2052269bfbca81a5f9cd10c3153e611358a329
author iuc
date Tue, 24 Oct 2017 07:27:53 -0400
parents 7adfd0589f49
children 68693743661e
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="4.3r">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>