view snpEff_macros.xml @ 20:7a46f9a72d3c

Fix version on SNPEFF_DATABASE_URL in snpEff_macros.xml
author Jim Johnson <jj@umn.edu>
date Tue, 13 Jan 2015 16:01:31 -0600
parents 36f3c82323e6
children c780e3f75b3d
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="4.0">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>
  <token name="@WRAPPER_VERSION@">4.0</token>
  <token name="@SNPEFF_DATABASE_URL@">http://sourceforge.net/projects/snpeff/files/databases/v4_0/</token>
  <token name="@EXTERNAL_DOCUMENTATION@">

For details about this tool, please go to:
	http://snpeff.sourceforge.net/SnpEff_manual.html

  </token>
  <token name="@CITATION_SECTION@">------

**Citation**

For the underlying tool, please cite the following two publications:

SnpEff citation:
"A program for annotating and predicting the effects of single nucleotide polymorphisms, SnpEff: SNPs in the genome of Drosophila melanogaster strain w1118; iso-2; iso-3.", Cingolani P, Platts A, Wang le L, Coon M, Nguyen T, Wang L, Land SJ, Lu X, Ruden DM. Fly 6(2):80-92, 2012

  </token>
  <xml name="citations">
      <citations>
        <citation type="doi">10.4161/fly.19695</citation>
        <yield />
      </citations>
  </xml>
</macros>