annotate gemini_pathways.xml @ 0:720cbfb4190d draft

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