-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnpeff_genomes.xml
33 lines (27 loc) · 939 Bytes
/
snpeff_genomes.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<tool id="mimodd_snpeff_genomes" name="List Installed SnpEff Genomes" version="@MIMODD_WRAPPER_VERSION@">
<description>
available for variant annotation with MiModD
</description>
<macros>
<import>macros.xml</import>
</macros>
<expand macro="requirements" />
<expand macro="stdio" />
<expand macro="version_command" />
<command><![CDATA[
mimodd snpeff-genomes -o '$outputfile'
]]></command>
<inputs>
</inputs>
<outputs>
<data name="outputfile" format="tabular" />
</outputs>
<help><![CDATA[
.. 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_FOOTER@
]]></help>
<expand macro="citations" />
</tool>