Skip to main content

No project description provided

Project description

dgenome

Dgenome is a Django app which handle the genome coordinates

Quick start

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

    INSTALLED_APPS = [
        ...
        'dgenome',
    ]
  2. Include the dgenome URLconf in your project urls.py like this:

    url(r'^dgenome/', include((dgenome.urls, 'dgenome'), namespace='dgenome')),
  3. Run python manage.py makemigrations dgenome to create the dgenome models.

  4. Run python manage.py migrate to create the dgenome models.

  5. Insert the genomic data using the UCSC GTF file and the script: bin/load_genome_ucsc.py

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

dgenome-1.1.7a3.tar.gz (9.5 kB view hashes)

Uploaded Source

Built Distribution

dgenome-1.1.7a3-py2.py3-none-any.whl (13.2 kB view hashes)

Uploaded Python 2 Python 3

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