- Pipeline overview
- Running the pipeline
- Inputs
- Outputs
- How to deploy
- List of used software
- Misc documents
The constitutional wgs pipeline is a versatile workflow used in both genome sequencing and panels. It is implemented in the Nextflow workflow-language and designed to run in a computational cluster environment, using Singularity containers to manage software dependencies.
The output is immediately importable into the software Scout, an open-source software for identifying variants with clinical significance.
In order to run it, you will need to have a Sentieon license.
- Preprocess, align and deduplicate reads
- Calculate QC and coverage information
- Perform SNV and SV calling
- Subset the calls by intersecting with regions of interest
- Generate annotations for the subset of calls
- Calculate scores for clinical significance
- When run in WGS-mode, mitochondrial analysis is performed
- For trios, uniparental disomy and runs of homozygosity are analysed
- When running panels, a different set of structural variant callers adapted to panel data are run
- For onco-samples, an additional SNV-caller "freebayes" is used.
If you run into any issues using this pipeline, open an issue in the GitHub repository.
Illustration of the pipeline, its steps and processes.