annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
1 <tool id="snpeff_genomes" name="List Installed SnpEff Genomes">
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
2 <description>Checks the local SnpEff installation to compile a list of currently installed genomes</description>
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
3 <requirements>
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
4 <requirement type="package" version="0.1.5">mimodd</requirement>
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
5 </requirements>
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
6 <version_command>mimodd version -q</version_command>
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
7 <command>
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
8 mimodd snpeff-genomes -o $outputfile
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
9 </command>
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
10 <outputs>
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
11 <data name="outputfile" format="tabular" />
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
12 </outputs>
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
13 <help>
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
14 .. class:: infomark
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
15
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
16 **What it does**
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
17
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
18 When executed this tool searches the host machine's SnpEff installation for properly registered and installed
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
19 genome annotation files. The resulting list is added as a plain text file to your history for use with the *Variant Annotation* Tool.
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
20
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
21 </help>
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
22
dba25dfccb43 Imported from capsule None
wolma
parents:
diff changeset
23 </tool>