annotate gemini_autosomal_recessive.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_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
4
ba3abde6775b Uploaded
iuc
parents: 2
diff changeset
24 @CMDLN_SQL_FILTER_FILTER_OPTION@
0
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
25
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
26 -d $d
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
27 #if int($min_kindreds) > 0:
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
28 --min-kindreds $min_kindreds
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
29 #end if
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
30
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
31 "${ infile }"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
32 > "${ outfile }"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
33 ]]>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
34 </command>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
35 <expand macro="stdio" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
36 <inputs>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
37
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
38 <param name="rec_or_dom" type="select" label="Autosomal ..." help="">
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
39 <option value="recessive">recessive</option>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
40 <option value="dominant">dominant</option>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
41 </param>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
42
2
93bb0cfacefb Uploaded
iuc
parents: 0
diff changeset
43 <expand macro="infile" />
0
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
44 <expand macro="column_filter" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
45 <expand macro="filter" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
46 <expand macro="min_sequence_depth" />
2
93bb0cfacefb Uploaded
iuc
parents: 0
diff changeset
47 <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
48 help="-1 means default values (--min-kindreds)" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
49
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
50 </inputs>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
51 <outputs>
2
93bb0cfacefb Uploaded
iuc
parents: 0
diff changeset
52 <data name="outfile" format="tabular" />
0
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
53 </outputs>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
54 <tests>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
55 <test>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
56 </test>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
57 </tests>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
58 <help>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
59 **What it does**
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
60
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
61 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
62 built-in tool for identifying variants that meet an autosomal recessive or dominant inheritance pattern.
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
63 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
64
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
65 @CITATION@
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
66 </help>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
67 <expand macro="citations"/>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
68 </tool>