annotate intersect_snp.xml @ 0:3edc7bb490d3 draft default tip

Uploaded
author elixir-it
date Thu, 08 Nov 2018 12:56:30 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
1 <tool id="intersect_snp" name="intersect_snp" version="0">
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
2 <description>tool for snp VCF file intersection </description>
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
3 <requirements>
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
4 </requirements>
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
5 <command>
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
6 perl $__tool_directory__/14_june_18_intersect.snps.with.infos.pl
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
7 $input1 $input2 $input3 intersect 2>log
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
8 </command>
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
9 <inputs>
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
10 <param name="input1" format="vcf" type="data" label="VCF File" help="Varscan2 snp output" />
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
11 <param name="input2" format="vcf" type="data" label="VCF File" help="Frebayes snp output" />
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
12 <param name="input3" format="vcf" type="data" label="VCF File" help="GATK HaplotypeCaller snp output" />
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
13 </inputs>
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
14 <outputs>
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
15 <data format="vcf" name="output1" from_work_dir="intersect.common.snps.vcf" label="${tool.name} on ${on_string} common snps" />
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
16 <data format="vcf" name="output2" from_work_dir="intersect.unique.snps.vcf" label="${tool.name} on ${on_string} unique snps" />
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
17 <data format="txt" name="output3" from_work_dir="log" label="${tool.name} on ${on_string} log" />
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
18 </outputs>
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
19 <stdio>
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
20 </stdio>
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
21 <help>
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
22 **WHAT IT DOES**
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
23
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
24 Predictions of SNPs 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.
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
25
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
26 **The final output consists in two VCF files:**
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
27
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
28 -SNPs common to at least 2 methods
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
29
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
30 -Singleton SNPs obtained from a single method
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
31
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
32 </help>
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
33 <citations>
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
34 <citation type="doi">10.1186/s12864-018-4508-1</citation>
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
35 </citations>
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
36 <tests>
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
37 <test>
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
38 </test>
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
39 </tests>
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
40
3edc7bb490d3 Uploaded
elixir-it
parents:
diff changeset
41 </tool>