annotate snpeff_genomes.xml @ 0:6231ae8f87b8

Uploaded
author wolma
date Wed, 11 Feb 2015 08:29:02 -0500
parents
children a548b3c6ed00
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
1 <tool id="snpeff_genomes" name="List Installed SnpEff Genomes">
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
2 <description>Checks the local SnpEff installation to compile a list of currently installed genomes</description>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
3 <version_command>mimodd version -q</version_command>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
4 <command>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
5 mimodd snpeff-genomes -o "$outputfile"
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
6 </command>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
7 <outputs>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
8 <data name="outputfile" format="tabular" />
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
9 </outputs>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
10 <help>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
11 .. class:: infomark
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
12
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
13 **What it does**
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
14
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
15 When executed this tool searches the host machine's SnpEff installation for properly registered and installed
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
16 genome annotation files. The resulting list is added as a plain text file to your history for use with the *Variant Annotation* Tool.
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
17
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
18 </help>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
19
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
20 </tool>