annotate gemini_interactions.xml @ 4:ba3abde6775b draft default tip

Uploaded
author iuc
date Thu, 15 Jan 2015 15:33:48 -0500
parents 93bb0cfacefb
children
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>Find genes among variants that are interacting partners</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@">interactions</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 #if $gene.gene_selector == 'lof':
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
14 ## lof interactions is a separate program
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
15 lof_interactions
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
16 #else:
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
17 ## use normal gemini interactions program
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
18 @BINARY@
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
19 -g "${gene.gene}"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
20 #end if
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
21
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
22 -r "${radius}"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
23 $variant_mode
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
24 "${ infile }"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
25 > "${ outfile }"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
26 ]]>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
27 </command>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
28 <expand macro="stdio" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
29 <inputs>
2
93bb0cfacefb Uploaded
iuc
parents: 0
diff changeset
30 <expand macro="infile" />
0
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
31
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
32 <conditional name="gene">
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
33 <param name="gene_selector" type="select" label="Studying" help="">
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
34 <option value="gene">Interesting gene</option>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
35 <option value="lof">All loss-of-function variants</option>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
36 </param>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
37 <when value="gene">
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
38 <param name="gene" type="text" label="Specify gene name" help="e.g. PTPN22 (-g)" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
39 </when>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
40 <when value="lof"/>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
41 </conditional>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
42 <expand macro="annotation_dir" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
43 <expand macro="radius" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
44 <expand macro="variant_mode" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
45 </inputs>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
46 <outputs>
2
93bb0cfacefb Uploaded
iuc
parents: 0
diff changeset
47 <data name="outfile" format="tabular" />
0
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
48 </outputs>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
49 <tests>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
50 <test>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
51 </test>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
52 </tests>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
53 <help>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
54 **What it does**
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
55
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
56 Integrating the knowledge of the known protein-protein interactions would be useful in explaining variation data.
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
57 Meaning to say that a damaging variant in an interacting partner of a potential protein may be equally interesting as the
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
58 protein itself. We have used the HPRD_ binary interaction data to build a p-p network graph which can be explored by GEMINI.
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
59
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
60 .. _HPRD: http://www.ncbi.nlm.nih.gov/pubmed/18988627
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
61
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
62
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
63 @CITATION@
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
64 </help>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
65 <expand macro="citations">
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
66 <citation type="doi">10.1093/nar/gkn892</citation><!-- HPRD citation -->
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
67 </expand>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
68 </tool>