comparison snpeff_genomes.xml @ 0:01e09a4cacf7 draft

planemo upload for repository https://github.com/wm75/mimodd_galaxy_wrappers commit b36048cd608ede0ec6f6559648525c9350caae34-dirty
author wolma
date Sat, 11 Nov 2017 18:20:20 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:01e09a4cacf7
1 <tool id="mimodd_snpeff_genomes" name="List Installed SnpEff Genomes" version="@MIMODD_WRAPPER_VERSION@">
2 <description>
3 available for variant annotation with MiModD
4 </description>
5 <macros>
6 <import>macros.xml</import>
7 </macros>
8 <expand macro="requirements" />
9 <expand macro="stdio" />
10 <expand macro="version_command" />
11 <command><![CDATA[
12 mimodd snpeff-genomes -o '$outputfile'
13 ]]></command>
14
15 <inputs>
16 </inputs>
17
18 <outputs>
19 <data name="outputfile" format="tabular" />
20 </outputs>
21
22 <help><![CDATA[
23 .. class:: infomark
24
25 **What it does**
26
27 When executed this tool searches the host machine's SnpEff installation for properly registered and installed
28 genome annotation files. The resulting list is added as a plain text file to your history for use with the *Variant Annotation* Tool.
29
30 @HELP_FOOTER@
31 ]]></help>
32 <expand macro="citations" />
33 </tool>