All Projects → SciLifeLab → Sarek

SciLifeLab / Sarek

Licence: mit
Detect germline or somatic variants from normal or tumour/normal whole-genome or targeted sequencing

Projects that are alternatives of or similar to Sarek

Galaxy
Data intensive science for everyone.
Stars: ✭ 812 (+554.84%)
Mutual labels:  bioinformatics, pipeline, genomics, workflow
Nextflow
A DSL for data-driven computational pipelines
Stars: ✭ 1,337 (+978.23%)
Mutual labels:  bioinformatics, pipeline, reproducible-research, reproducible-science
Targets
Function-oriented Make-like declarative workflows for R
Stars: ✭ 293 (+136.29%)
Mutual labels:  pipeline, reproducible-research, workflow
Wdl
Workflow Description Language - Specification and Implementations
Stars: ✭ 438 (+253.23%)
Mutual labels:  bioinformatics, reproducible-science, workflow
Vistrails
VisTrails is an open-source data analysis and visualization tool. It provides a comprehensive provenance infrastructure that maintains detailed history information about the steps followed and data derived in the course of an exploratory task: VisTrails maintains provenance of data products, of the computational processes that derive these products and their executions.
Stars: ✭ 94 (-24.19%)
Mutual labels:  pipeline, reproducible-science, workflow
bistro
A library to build and execute typed scientific workflows
Stars: ✭ 43 (-65.32%)
Mutual labels:  workflow, bioinformatics, pipeline
Arvados
An open source platform for managing and analyzing biomedical big data
Stars: ✭ 274 (+120.97%)
Mutual labels:  bioinformatics, genomics, workflow
Cromwell
Scientific workflow engine designed for simplicity & scalability. Trivially transition between one off use cases to massive scale production environments
Stars: ✭ 655 (+428.23%)
Mutual labels:  bioinformatics, workflow, containers
Canvasxpress
JavaScript VisualizationTools
Stars: ✭ 247 (+99.19%)
Mutual labels:  bioinformatics, genomics, reproducible-research
Sns
Analysis pipelines for sequencing data
Stars: ✭ 43 (-65.32%)
Mutual labels:  bioinformatics, pipeline, genomics
Cookiecutter
DEPRECIATED! Please use nf-core/tools instead
Stars: ✭ 18 (-85.48%)
Mutual labels:  bioinformatics, pipeline, workflow
Drake Examples
Example workflows for the drake R package
Stars: ✭ 57 (-54.03%)
Mutual labels:  pipeline, reproducible-research, workflow
companion
This repository has been archived, currently maintained version is at https://github.com/iii-companion/companion
Stars: ✭ 21 (-83.06%)
Mutual labels:  bioinformatics, pipeline, genomics
Genomics
A collection of scripts and notes related to genomics and bioinformatics
Stars: ✭ 101 (-18.55%)
Mutual labels:  bioinformatics, genomics, workflow
ngs-preprocess
A pipeline for preprocessing NGS data from Illumina, Nanopore and PacBio technologies
Stars: ✭ 22 (-82.26%)
Mutual labels:  pipeline, reproducible-research, reproducible-science
Drake
An R-focused pipeline toolkit for reproducibility and high-performance computing
Stars: ✭ 1,301 (+949.19%)
Mutual labels:  pipeline, reproducible-research, workflow
Rnaseq Workflow
A repository for setting up a RNAseq workflow
Stars: ✭ 170 (+37.1%)
Mutual labels:  bioinformatics, pipeline, workflow
Bedops
🔬 BEDOPS: high-performance genomic feature operations
Stars: ✭ 215 (+73.39%)
Mutual labels:  bioinformatics, pipeline, genomics
Scipipe
Robust, flexible and resource-efficient pipelines using Go and the commandline
Stars: ✭ 826 (+566.13%)
Mutual labels:  bioinformatics, pipeline, workflow
Flowr
Robust and efficient workflows using a simple language agnostic approach
Stars: ✭ 73 (-41.13%)
Mutual labels:  bioinformatics, pipeline, workflow

Sarek

An open-source analysis pipeline to detect germline or somatic variants from whole genome or targeted sequencing

Nextflow version Travis build status Join the chat on https://gitter.im/SciLifeLab/Sarek

MIT License Sarek version DOI

Install with bioconda Docker Container available

Introduction

Previously known as the Cancer Analysis Workflow (CAW), Sarek is a workflow designed to run analyses on WGS data from regular samples or tumour / normal pairs, including relapse samples if required.

It's built using Nextflow, a domain specific language for workflow building. Software dependencies are handled using Docker or Singularity - container technologies that provide excellent reproducibility and ease of use. Singularity has been designed specifically for high-performance computing environments. This means that although Sarek has been primarily designed for use with the Swedish UPPMAX HPC systems, it should be able to run on any system that supports these two tools.

Sarek was developed at the National Genomics Infastructure and National Bioinformatics Infastructure Sweden which are both platforms at SciLifeLab. It is listed on the Elixir - Tools and Data Services Registry.

Workflow steps

Sarek is built with several workflow scripts. A wrapper script contained within the repository makes it easy to run the different workflow scripts as a single job. To test your installation, follow the tests documentation.

Raw FastQ files or aligned BAM files (with or without realignment & recalibration) can be used as inputs. You can choose which variant callers to use, plus the pipeline is capable of accommodating additional variant calling software or CNV callers if required.

The worflow steps and tools used are as follows:

  1. Preprocessing - main.nf (based on GATK best practices)
  2. Germline variant calling - germlineVC.nf
  3. Somatic variant calling - somaticVC.nf (optional)
  4. Annotation - annotate.nf (optional)
  5. Reporting - runMultiQC.nf

Documentation

The Sarek pipeline comes with documentation in the docs/ directory:

  1. Installation documentation
  2. Installation documentation specific for UPPMAX rackham
  3. Installation documentation specific for UPPMAX bianca
  4. Tests documentation
  5. Reference files documentation
  6. Configuration and profiles documentation
  7. Intervals documentation
  8. Running the pipeline
  9. Running the pipeline using Conda
  10. Command line parameters
  11. Examples
  12. Input files documentation
  13. Processes documentation
  14. Documentation about containers
  15. Complementary information about ASCAT
  16. Complementary information about annotations
  17. Output documentation structure

Contributions & Support

If you would like to contribute to this pipeline, please see the contributing guidelines.

For further information or help, don't hesitate to get in touch on Gitter or contact us: [email protected], [email protected]

CHANGELOG

Credits

Main authors:

Helpful contributors:


SciLifeLab NGI NBIS

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].