view snpeff_genomes.xml @ 5:bdd1995c9e66

upgrade to mimodd version 0.1.6.1
author Wolfgang Maier
date Tue, 28 Jul 2015 23:21:11 +0200
parents 72d20758ba2c
children 85214e4428fd
line wrap: on
line source

<tool id="snpeff_genomes" name="List Installed SnpEff Genomes" version="0.1.6.1">
  <description>Checks the local SnpEff installation to compile a list of currently installed genomes</description>
  <macros>
    <import>toolshed_macros.xml</import>
  </macros>
  <expand macro="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>