No project description provided
Project description
dgenome
Dgenome is a Django app which handle the genome coordinates
Quick start
Add “dgenome” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'dgenome', ]
Include the dgenome URLconf in your project urls.py like this:
url(r'^dgenome/', include((dgenome.urls, 'dgenome'), namespace='dgenome')),
Run python manage.py makemigrations dgenome to create the dgenome models.
Run python manage.py migrate to create the dgenome models.
Insert the genomic data using the UCSC GTF file and the script: bin/load_genome_ucsc.py
Project details
Release history Release notifications | RSS feed
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.8a3.tar.gz
(10.5 kB
view hashes)
Built Distribution
Close
Hashes for dgenome-1.1.8a3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea2aa160d2fde70ce5fb23705e8958f41ec96f7933ccf24fa3f7d7fba8c9276d |
|
MD5 | f3ebb71b8513dcd00aea4f23d16ce230 |
|
BLAKE2b-256 | 516126297800b10e9a22727b6c622dbfc47849228ddb7e54df9e8740a09fdd3e |