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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size dgenome-1.1.5.4a3-py2.py3-none-any.whl (2.3 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View hashes |
Filename, size dgenome-1.1.5.4a3.tar.gz (3.8 kB) | File type Source | Python version None | Upload date | Hashes View hashes |
Close
Hashes for dgenome-1.1.5.4a3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bccb0da6feccf07964f0ee8dddef4ad46bf7d94ec0e949bb7ffce7b2a28b0b4 |
|
MD5 | 5f754bccf73ebb676e5c87fd569cce4f |
|
BLAKE2-256 | 8be2b13bc74231fee0a8e28dff90c4331ae2bc995bbc65f05306aeada2125943 |