SciLifeLab/CAW

Name: CAW

Owner: Science For Life Laboratory

Owner: Science For Life Laboratory

Description: Cancer Analysis Workflow: a complete open source pipeline to detect somatic variants from WGS data

Created: 2016-03-16 10:53:00.0

Updated: 2017-12-15 15:31:26.0

Pushed: 2017-11-30 15:19:03.0

Homepage: http://opensource.scilifelab.se/projects/caw/

Size: 36944

Language: Groovy

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Cancer Analysis Workflow

caw version License nextflow version Join the chat at https://gitter.im/SciLifeLab/CAW Travis status

CAW is a complete open source pipeline to detect somatic variants from WGS data developed at the National Genomics Infastructure at SciLifeLab Stockholm, Sweden and National Bioinformatics Infastructure Sweden at SciLifeLab.

The pipeline uses Nextflow, a bioinformatics domain specific language for workflow building and Singularity, a container technology specific for high-performance computing.

This pipeline is primarily used with cluster on the Swedish UPPMAX systems. However, the pipeline should be able to run on any system that supports Nextflow. The pipeline comes with some configuration for different systems. See the documentation for more information.

Caw is based on GATK best practices to align, realign and recalibrate short-read data in parallel for both normal and tumor sample. After these preprocessing steps, several somatic variant callers scan the resulting BAM files: MuTect1, MuTect2, Freebayes and Strelka are used to find somatic SNVs and small indels, also GATK HaplotyeCaller for both the normal and the tumor sample. For structural variants we use Manta. Furthermore, we are applying ASCAT to estimate sample heterogeneity, ploidy and CNVs.

The pipeline can begin the analysis either from raw FASTQ files, only from the realignment step, or directly with any subset of variant callers using recalibrated BAM files. At the end of the analysis the resulting VCF files are merged to facilitate further downstream processing, though results from each caller are also retained. The flow is capable of accommodating additional variant calling software or CNV callers. It is also prepared to process normal, tumor and several relapse samples.

Besides variant calls, the workflow provides quality controls presented by MultiQC.

The containers directory contains building rules for containers for all CAW processes.

This pipeline is listed on Elixir - Tools and Data Services Registry.

Documentation

The CAW pipeline comes with documentation about the pipeline, found in the doc/ directory:

  1. Installation documentation
  2. Installation documentation specific for milou
  3. Installation documentation specific for bianca
  4. Tests documentation
  5. Reference files documentation
  6. Configuration and profiles documentation
  7. Intervals documentation
  8. Running the pipeline
  9. Examples
  10. TSV file documentation
  11. Processes documentation
  12. Documentation about containers
  13. Documentation about building
  14. More information about ASCAT
  15. Folder structure
Contributions & Support
Authors


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.