view snpeff_genomes.xml @ 3:b6da1066b2fd draft default tip

planemo upload for repository https://github.com/wm75/mimodd_galaxy_wrappers commit 44e872b808f88eacd05963fc2478da2c07b50228
author wolma
date Thu, 22 Mar 2018 10:33:54 -0400
parents 01e09a4cacf7
children
line wrap: on
line source

<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>