|
39
|
1 FALCO Amplicon Analysis Pipeline & Galaxy wrapper
|
|
2
|
2 ========================================
|
|
|
3
|
|
39
|
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
|
|
|
19 Input of the caller is a BAM file, output VCF
|
|
2
|
20
|
|
|
21
|
|
|
22 History
|
|
|
23 =======
|
|
|
24
|
|
39
|
25 ============== ================================================================
|
|
2
|
26 Date Changes
|
|
39
|
27 -------------- ----------------------------------------------------------------
|
|
|
28 December 2014 * first release in Test Tool Shed
|
|
|
29 ============== ================================================================
|
|
2
|
30
|
|
|
31
|
|
|
32 Bug Reports & other questions
|
|
|
33 =============================
|
|
|
34
|
|
39
|
35 Issues can be reported via http://www.tgac.nl/
|