annotate gemini_autosomal_recessive.xml @ 2:93bb0cfacefb draft

Uploaded
author iuc
date Mon, 12 Jan 2015 15:31:50 -0500
parents 720cbfb4190d
children ba3abde6775b
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_recessive_and_dominant" name="GEMINI autosomal recessive/dominant" version="@VERSION@.0">
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
2 <description>Find variants meeting an autosomal recessive/dominant model</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 </macros>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
8 <command>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
9 <![CDATA[
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
10 gemini
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
11
2
93bb0cfacefb Uploaded
iuc
parents: 0
diff changeset
12 #if str($rec_or_dom) == 'recessive':
0
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
13 ## start autosomal_recessive
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
14 autosomal_recessive
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
15 #else:
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
16 ## start autosomal_dominant
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
17 autosomal_dominant
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
18 #end if
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
19
2
93bb0cfacefb Uploaded
iuc
parents: 0
diff changeset
20 #if str($report.report_selector) != 'all':
0
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
21 --columns "${report.columns}"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
22 #end if
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
23
2
93bb0cfacefb Uploaded
iuc
parents: 0
diff changeset
24 #if str($filter.filter_selector) == 'yes':
0
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
25 --filter "${filter.filter}"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
26 #end if
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
27
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
28 -d $d
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
29 #if int($min_kindreds) > 0:
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
30 --min-kindreds $min_kindreds
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
31 #end if
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
32
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
33 "${ infile }"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
34 > "${ outfile }"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
35 ]]>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
36 </command>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
37 <expand macro="stdio" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
38 <inputs>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
39
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
40 <param name="rec_or_dom" type="select" label="Autosomal ..." help="">
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
41 <option value="recessive">recessive</option>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
42 <option value="dominant">dominant</option>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
43 </param>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
44
2
93bb0cfacefb Uploaded
iuc
parents: 0
diff changeset
45 <expand macro="infile" />
0
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
46 <expand macro="column_filter" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
47 <expand macro="filter" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
48 <expand macro="min_sequence_depth" />
2
93bb0cfacefb Uploaded
iuc
parents: 0
diff changeset
49 <param name="min_kindreds" size="4" type="integer" value="-1" label="The min. number of kindreds that must have a candidate variant in a gene"
0
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
50 help="-1 means default values (--min-kindreds)" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
51
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
52 </inputs>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
53 <outputs>
2
93bb0cfacefb Uploaded
iuc
parents: 0
diff changeset
54 <data name="outfile" format="tabular" />
0
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
55 </outputs>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
56 <tests>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
57 <test>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
58 </test>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
59 </tests>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
60 <help>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
61 **What it does**
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
62
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
63 Assuming you have defined the familial relationships between samples when loading your VCF into GEMINI, one can leverage a
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
64 built-in tool for identifying variants that meet an autosomal recessive or dominant inheritance pattern.
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
65 The reported variants will be restricted to those variants having the potential to impact the function of affecting protein coding transcripts.
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
66
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
67 @CITATION@
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
68 </help>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
69 <expand macro="citations"/>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
70 </tool>