annotate gemini_de_novo.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>Identifying potential de novo mutations</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@">de_novo</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 @BINARY@
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
12
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
13 #if $report.report_selector != 'all':
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
14 --columns "${report.columns}"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
15 #end if
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
16
4
ba3abde6775b Uploaded
iuc
parents: 2
diff changeset
17 @CMDLN_SQL_FILTER_FILTER_OPTION@
ba3abde6775b Uploaded
iuc
parents: 2
diff changeset
18
0
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
19 -d $d
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
20 "${ infile }"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
21 > "${ outfile }"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
22 ]]>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
23 </command>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
24 <expand macro="stdio" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
25 <inputs>
2
93bb0cfacefb Uploaded
iuc
parents: 0
diff changeset
26 <expand macro="infile" />
0
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
27
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
28 <expand macro="column_filter" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
29 <expand macro="filter" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
30 <expand macro="min_sequence_depth" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
31 </inputs>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
32 <outputs>
2
93bb0cfacefb Uploaded
iuc
parents: 0
diff changeset
33 <data name="outfile" format="tabular" />
0
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
34 </outputs>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
35 <tests>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
36 <test>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
37 </test>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
38 </tests>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
39 <help>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
40 **What it does**
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
41
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
42 Assuming you have defined the familial relationships between samples when loading your VCF into GEMINI,
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
43 you can use this tool for identifying de novo (a.k.a spontaneous) mutations that arise in offspring.
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
44
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
45 @CITATION@
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
46 </help>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
47 <expand macro="citations"/>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
48 </tool>