You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nextflow pipeline for the preprocessing of BAM files based on Picard and GATK.
5
+
Nextflow (Di Tommaso, 2017) pipeline for the preprocessing of BAM files based on Picard and GATK (DePristo, 2011).
6
6
7
7
8
8
## Background
@@ -30,7 +30,7 @@ Steps:
30
30
***Base Quality Score Recalibration (BQSR)** (optional). It aims at correcting systematic errors in the sequencer when assigning the base call quality errors, as these scores are used by variant callers it improves variant calling in some situations. Implemented in GATK4
31
31
***Metrics** (optional). A number of metrics are obtained over the BAM file with Picard's CollectMetrics (eg: duplication, insert size, alignment, etc.).
32
32
33
-

33
+

34
34
35
35
## References
36
36
@@ -45,7 +45,8 @@ This can be built from a BED file using Picard's BedToIntervalList (https://gatk
45
45
## How to run it
46
46
47
47
```
48
-
$ nextflow run tron-bioinformatics/tronflow-bam-preprocessing -r v1.3.1 --help
48
+
$ nextflow run tron-bioinformatics/tronflow-bam-preprocessing --help
* DePristo M, Banks E, Poplin R, Garimella K, Maguire J, Hartl C, Philippakis A, del Angel G, Rivas MA, Hanna M, McKenna A, Fennell T, Kernytsky A, Sivachenko A, Cibulskis K, Gabriel S, Altshuler D, Daly M. (2011). A framework for variation discovery and genotyping using next-generation DNA sequencing data. Nat Genet, 43:491-498. DOI: 10.1038/ng.806.
109
+
* Di Tommaso, P., Chatzou, M., Floden, E. W., Barja, P. P., Palumbo, E., & Notredame, C. (2017). Nextflow enables reproducible computational workflows. Nature Biotechnology, 35(4), 316–319. 10.1038/nbt.3820
0 commit comments