annotate gemini_de_novo.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_@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
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
17 #if $filter.filter_selector == 'yes':
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
18 --filter "${filter.filter}"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
19 #end if
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
20 -d $d
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
21 "${ infile }"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
22 > "${ outfile }"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
23 ]]>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
24 </command>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
25 <expand macro="stdio" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
26 <inputs>
2
93bb0cfacefb Uploaded
iuc
parents: 0
diff changeset
27 <expand macro="infile" />
0
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
28
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
29 <expand macro="column_filter" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
30 <expand macro="filter" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
31 <expand macro="min_sequence_depth" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
32 </inputs>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
33 <outputs>
2
93bb0cfacefb Uploaded
iuc
parents: 0
diff changeset
34 <data name="outfile" format="tabular" />
0
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 Assuming you have defined the familial relationships between samples when loading your VCF into GEMINI,
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
44 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
45
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
46 @CITATION@
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
47 </help>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
48 <expand macro="citations"/>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
49 </tool>