annotate intersect_indels.xml @ 0:482e911975a1 draft default tip

Uploaded
author elixir-it
date Thu, 08 Nov 2018 12:54:29 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
1 <tool id="intersect_indels" name="intersect_indels" version="1">
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
2 <description>tool for indel VCF file intersection </description>
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
3 <requirements>
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
4 </requirements>
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
5 <command>
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
6 perl $__tool_directory__/14_june_18_intersect.indels.with.infos.pl
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
7 $input1 $input2 $input3 intersect 2>log
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
8 </command>
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
9 <inputs>
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
10 <param name="input1" format="vcf" type="data" label="VCF File" help="Varscan2 indels output" />
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
11 <param name="input2" format="vcf" type="data" label="VCF File" help="Frebayes indels output" />
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
12 <param name="input3" format="vcf" type="data" label="VCF File" help="GATK HaplotypeCaller indels output" />
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
13 </inputs>
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
14 <outputs>
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
15 <data format="vcf" name="output1" from_work_dir="intersect.common.indels.vcf" label="${tool.name} on ${on_string} common indels" />
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
16 <data format="vcf" name="output2" from_work_dir="intersect.unique.indels.vcf" label="${tool.name} on ${on_string} unique indels" />
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
17 <data format="txt" name="output3" from_work_dir="log" label="${tool.name} on ${on_string} log" />
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
18 </outputs>
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
19 <stdio>
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
20 </stdio>
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
21 <help>
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
22 **WHAT IT DOES**
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
23
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
24 Predictions of indels from Varscan2, GATK and Freebayes are consolidated into a single call-set following a simple majority consensus rule. Variants identified by at least two methods are incorporated into a final “high confidence” call set.Singleton variants predicted by only one method are considered less reliable and are included in a low quality call-set.
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
25
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
26 **The final output consists in two VCF files:**
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
27
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
28 -INDELs common to at least 2 methods
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
29
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
30 -Singleton INDELs obtained from a single method
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
31
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
32 </help>
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
33 <citations>
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
34 <citation type="doi">10.1186/s12864-018-4508-1</citation>
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
35 </citations>
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
36 <tests>
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
37 <test>
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
38 </test>
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
39 </tests>
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
40
482e911975a1 Uploaded
elixir-it
parents:
diff changeset
41 </tool>