annotate gemini_lof_sieve.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
2
93bb0cfacefb Uploaded
iuc
parents: 0
diff changeset
1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.0">
0
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
2 <description>Filter LoF variants by transcript position and type</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@">lof_sieve</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 "${ infile }"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
13 > "${ outfile }"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
14 ]]>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
15 </command>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
16 <expand macro="stdio" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
17 <inputs>
2
93bb0cfacefb Uploaded
iuc
parents: 0
diff changeset
18 <expand macro="infile" />
0
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
19 </inputs>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
20 <outputs>
2
93bb0cfacefb Uploaded
iuc
parents: 0
diff changeset
21 <data name="outfile" format="tabular" />
0
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
22 </outputs>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
23 <tests>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
24 <test>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
25 </test>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
26 </tests>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
27 <help>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
28 **What it does**
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
29
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
30 Not all candidate LoF variants are created equal. For e.g, a nonsense (stop gain) variant impacting the first 5% of a polypeptide is far
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
31 more likely to be deleterious than one affecting the last 5%. Assuming you’ve annotated your VCF with snpEff v3.0+, the lof_sieve tool
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
32 reports the fractional position (e.g. 0.05 for the first 5%) of the mutation in the amino acid sequence.
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
33 In addition, it also reports the predicted function of the transcript so that one can segregate candidate
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
34 LoF variants that affect protein_coding transcripts from processed RNA, etc.
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
35
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
36 @CITATION@
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
37 </help>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
38 <expand macro="citations"/>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
39 </tool>