Skip to content
/ seqr Public
forked from broadinstitute/seqr

web-based analysis tool for rare disease genomics

License

Notifications You must be signed in to change notification settings

sihaog/seqr

 
 

Repository files navigation

seqr

Unit Tests | Local Install Tests

seqr is a web-based tool for rare disease genomics. This repository contains code that underlies the Broad seqr instance and other seqr deployments. To check for any active incidents occuring on the Broad seqr instance, check here

Technical Overview

seqr consists of the following components:

  • postgres - SQL database used by seqr to store project metadata and user-generated content such as variant notes, etc.
  • elasticsearch - NoSQL database used to store variant callsets.
  • redis - in-memory cache used to speed up request handling.
  • seqr - the main client-server application built using react.js, python and django.
  • pipeline-runner - optional container for running hail pipelines to annotate and load new datasets into elasticsearch. If seqr is hosted on google cloud (GKE or GCE), Dataproc spark clusters can be used instead.
  • kibana - optional dashboard and visual interface for elasticsearch.

Install

The seqr production instance runs on Google Kubernetes Engine (GKE) and data is loaded using Google Dataproc Spark clusters.

On-prem installs can be created using docker-compose: Local installs using docker-compose

Updating / Migrating an older seqr Instance

For notes on how to update an older instance, see

Update/Migration Instructions

About

web-based analysis tool for rare disease genomics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 57.5%
  • JavaScript 38.9%
  • CSS 2.8%
  • Shell 0.4%
  • Dockerfile 0.3%
  • HTML 0.1%