Recent Releases of https://github.com/broadinstitute/seqr
https://github.com/broadinstitute/seqr - seqr
- simplified install using Kubernetes / Docker: https://github.com/macarthur-lab/seqr/blob/master/deploy/kubernetes/README.md
- new React.js-based UI for the landing page, project page, and case review page: https://github.com/macarthur-lab/seqr/tree/master/ui
- updated APIs (https://github.com/macarthur-lab/seqr/tree/master/seqr) and database schema (https://github.com/macarthur-lab/seqr/blob/master/seqr/models.py)
- Python
Published by bw2 about 9 years ago
https://github.com/broadinstitute/seqr - seqr
- name changed to seqr
- misc. UI adjustments
When updating, please also run the following commands at the top level of your seqr repository:
``` python manage.py createmigrations # migrate your database python manage.py migrate
pip install --upgrade -r requirements.txt # update python libraries
```
- Python
Published by bw2 over 10 years ago