view snpeff_genomes.xml @ 3:6bb226491ee0 draft default tip

upgrade to v0.1.5.1
author wolma
date Fri, 16 Jan 2015 11:18:29 -0500
parents dba25dfccb43
children
line wrap: on
line source

<tool id="snpeff_genomes" name="List Installed SnpEff Genomes">
  <description>Checks the local SnpEff installation to compile a list of currently installed genomes</description>
  <requirements>
    <requirement type="package" version="0.1.5">mimodd</requirement>
  </requirements>
  <version_command>mimodd version -q</version_command>
  <command>
  	mimodd snpeff-genomes -o $outputfile
  </command>
  <outputs>
    <data name="outputfile" format="tabular" />
  </outputs>
<help>
.. class:: infomark

**What it does**

When executed this tool searches the host machine's SnpEff installation for properly registered and installed
genome annotation files. The resulting list is added as a plain text file to your history for use with the *Variant Annotation* Tool.

</help>

</tool>