6
|
1 <tool id="snpeff_genomes" name="List Installed SnpEff Genomes" version="0.1.7.0">
|
0
|
2 <description>Checks the local SnpEff installation to compile a list of currently installed genomes</description>
|
2
|
3 <macros>
|
|
4 <import>toolshed_macros.xml</import>
|
|
5 </macros>
|
|
6 <expand macro="requirements"/>
|
0
|
7 <version_command>mimodd version -q</version_command>
|
|
8 <command>
|
|
9 mimodd snpeff-genomes -o "$outputfile"
|
|
10 </command>
|
|
11 <outputs>
|
|
12 <data name="outputfile" format="tabular" />
|
|
13 </outputs>
|
|
14 <help>
|
|
15 .. class:: infomark
|
|
16
|
|
17 **What it does**
|
|
18
|
|
19 When executed this tool searches the host machine's SnpEff installation for properly registered and installed
|
|
20 genome annotation files. The resulting list is added as a plain text file to your history for use with the *Variant Annotation* Tool.
|
|
21
|
|
22 </help>
|
|
23
|
|
24 </tool>
|