comparison gemini_pathways.xml @ 0:720cbfb4190d draft

Imported from capsule None
author iuc
date Mon, 25 Aug 2014 17:15:54 -0400
parents
children 93bb0cfacefb
comparison
equal deleted inserted replaced
-1:000000000000 0:720cbfb4190d
1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.0">
2 <description>Map genes and variants to KEGG pathways</description>
3 <expand macro="requirements" />
4 <expand macro="version_command" />
5 <macros>
6 <import>gemini_macros.xml</import>
7 <token name="@BINARY@">pathways</token>
8 </macros>
9 <command>
10 <![CDATA[
11 gemini
12 --annotation-dir ${annotation_databases.fields.path}
13 @BINARY@
14 -v $ensembl
15 $lof
16 "${ infile }"
17 > "${ outfile }"
18 ]]>
19 </command>
20 <expand macro="stdio" />
21 <inputs>
22 <param name="infile" type="data" format="sqlite" label="GEMINI database" />
23
24 <param name="ensembl" type="integer" value="68" size="5" label="Version of ensembl genes to use"
25 help="Supported versions: 66 to 71. use versions that match the VEP/snpEff versions of the annotated vcf for correctness. For e.g VEP v2.6 and snpEff v3.1 use Ensembl 68 version of the genomes. (-v)">
26 <validator type="in_range" min="66" max="71"/>
27 </param>
28
29 <param name="lof" type="boolean" truevalue="--lof" falsevalue="" checked="False"
30 label="Report only pathways with loss-of-function variants" help="(--lof)"/>
31 <expand macro="annotation_dir" />
32 </inputs>
33 <outputs>
34 <data name="outfile" format="tabular" label="${tool.name} on ${on_string}" />
35 </outputs>
36 <tests>
37 <test>
38 </test>
39 </tests>
40 <help>
41 **What it does**
42
43 Mapping genes to biological pathways is useful in understanding the function/role played by a gene.
44 Likewise, genes involved in common pathways is helpful in understanding heterogeneous diseases.
45 We have integrated the KEGG pathway mapping for gene variants, to explain/annotate variation.
46
47 This requires your VCF be annotated with either snpEff/VEP.
48
49 @CITATION@
50 </help>
51 <expand macro="citations"/>
52 </tool>