Skip to the content.

GA blog post

Concepts we focused on

Pipelines

We have developed two pipelines that are designed to complement one another. The first pipeline (human_genomic_pipeline) processes paired-end sequencing data using bwa and GATK4, taking the data from fastq to vcf. Quality control checks are also undertaken. The second pipeline filters the raw variants and annotates the vcf files using GATK4, SnpSift, VEP, genmod and dbSNP. Lastly, the vcf file can be optionally prepared for ingestion into scout, a user friendly, open source software that allows clinicians to explore the variants (http://www.clinicalgenomics.se/scout/).

Features

How the pipelines are scalable

How the pipelines are reproducible

How the pipelines are portable

How the pipelines are speedy

How the pipelines encourage standardisation

How the pipelines are best practice