Releases: broadinstitute/seqr
Releases · 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)
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
release v0.1.0
Merge pull request #166 from macarthur-lab/hotfix-download_variants_i…