Mercurial > repos > wolma > mimodd
diff snpeff_genomes.xml @ 0:7da2c9654a83 draft default tip
Uploaded
| author | wolma |
|---|---|
| date | Tue, 12 Aug 2014 11:26:15 -0400 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/snpeff_genomes.xml Tue Aug 12 11:26:15 2014 -0400 @@ -0,0 +1,23 @@ +<tool id="snpeff_genomes" name="List Installed SnpEff Genomes"> + <description>Checks the local SnpEff installation to compile a list of currently installed genomes</description> + <requirements> + <requirement type="package" version="3.4.1">python3</requirement> + <requirement type="package" version="0.1.3_9af04e0e9125">MiModD</requirement> + </requirements> + <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>
