Skip to main content

A Django integration with some ontologies and services

Project description

Alpha: DO NOT USE IN PRODUCTION Django Genetics is a Django app that integrate data from HGNC, OMIM and web services from mutalyzer.nl and ensembl.org to provide an information rich data entry for genes an mutation variants

Quick start

  1. Add “genetics” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'genetics',
    ]
  2. Run python manage.py migrate to create the models.

  3. Run import_gene management command to import HGNC and OMIM data.

  4. Use in forms ….

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-genetics-0.1.tar.gz (2.8 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page