Skip to content

Commit

Permalink
DEV-820 Add an architecture topology diagram
Browse files Browse the repository at this point in the history
Shows dataflow, component locations/services and api calls.
  • Loading branch information
pauldwolfe committed Jul 17, 2019
1 parent 5e0232f commit 365bb6d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,17 @@ Final QC of the purple results and BAM metrics.
environment. SBP provides orchestration tooling to manage the ingestion of FASTQ data from the HMF labs and metadata management
of the samples, runs and output files. They also administer the HMF GCP projects.

### 1.8 Data and Compute Topology

The following diagram gives a simple overview of the dataflow between components, their executions platforms, and locations (ie what runs
in GCP vs SBP private cloud). Dotted arrows represent API calls (create, start, stop, delete, etc) and solid dataflow. Three key pieces
of data are shown here:
- FASTQ - Raw sequencer output.
- BAM - Aligned sequence output produced by alignment stage.
- VCF - Variants called by the pipeline and other final output files

![alt text](https://github.com/hartwigmedical/pipeline5/blob/master/v5_architecture_overview.png "Pv5 Topology")

## 2 Developers Guide

### 2.1 Building and Testing Pipeline 5
Expand Down
Binary file added pv5_architecture_overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 365bb6d

Please sign in to comment.