|
80
|
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 (so only overlapping pairs are included)
|
|
|
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 Bug Reports & other questions
|
|
|
22 =============================
|
|
|
23
|
|
|
24 Issues can be reported via http://www.tgac.nl/
|