view gemini_de_novo.xml @ 16:ae03de7a9fee draft

Uploaded
author iuc
date Tue, 28 Apr 2015 22:55:56 -0400
parents 53a5647e5271
children 65f742e605ec
line wrap: on
line source

<tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.0">
    <description>Identifying potential de novo mutations</description>
    <expand macro="requirements" />
    <expand macro="version_command" />
    <macros>
        <import>gemini_macros.xml</import>
        <token name="@BINARY@">de_novo</token>
    </macros>
    <command>
<![CDATA[
        gemini @BINARY@

            #if $report.report_selector != 'all':
                --columns "${report.columns}"
            #end if

            @CMDLN_SQL_FILTER_FILTER_OPTION@

            -d $d
            "${ infile }"
            > "${ outfile }"
]]>
    </command>
    <expand macro="stdio" />
    <inputs>
        <expand macro="infile" />

        <expand macro="column_filter" />
        <expand macro="filter" />
        <expand macro="min_sequence_depth" />
    </inputs>
    <outputs>
        <data name="outfile" format="tabular" />
    </outputs>
    <tests>
        <test>
        </test>
    </tests>
    <help>
**What it does**

Assuming you have defined the familial relationships between samples when loading your VCF into GEMINI, 
you can use this tool for identifying de novo (a.k.a spontaneous) mutations that arise in offspring.

@CITATION@
    </help>
    <expand macro="citations"/>
</tool>