|
54
|
1 FALCO Amplicon Analysis Pipeline & Galaxy wrapper
|
|
|
2 ========================================
|
|
|
3
|
|
|
4 FALCO variant-caller is part of the Amplicon Analysis Pipeline (AAP).
|
|
|
5
|
|
|
6 The typical workflow is as follows:
|
|
|
7 * paired-end amplicon sequencing
|
|
|
8 * merge pairs by overlapping them
|
|
|
9 * map the single read fastq with BWA
|
|
|
10 * perform variant calling with FALCO
|
|
|
11 * create (html) report of the results
|
|
|
12
|
|
|
13 FALCO uses samtools and straight-forward statistics to determine wether a
|
|
|
14 potential variant is likely a (technical) artifact or not.
|
|
|
15
|
|
|
16 Input / Output
|
|
|
17
|
|
|
18 Input of the caller is a BAM file, output VCF
|
|
|
19
|
|
|
20
|
|
|
21 History
|
|
|
22
|
|
|
23 ============== ================================================================
|
|
|
24 Date Changes
|
|
|
25 -------------- ----------------------------------------------------------------
|
|
|
26 December 2014 * first release in Test Tool Shed
|
|
|
27 ============== ================================================================
|
|
|
28
|
|
|
29
|
|
|
30 Bug Reports & other questions
|
|
|
31 =============================
|
|
|
32
|
|
|
33 Issues can be reported via http://www.tgac.nl/
|