Skip to main content

Application of KEGG REST API with DRF(DjangoRestFramework)

Installation

python3 -m pip install django_rest_kegg

Install App to Your Djanog Rest Project

1 edit proj/settings.py

INSTALL_APPS += [
    'rest_framework',
    'django_rest_kegg'
]

# the path to store image and conf files
KEGG_DB_PATH = './keggdb'

2 edit proj/urls.py

urlpatterns += [
    path('kegg/', include('django_rest_kegg.urls')),
]

Initialize KEGG Database

# migarate database
python3 manage.py makemigrations django_rest_kegg
python3 manage.py migrate

# download image and conf files for all pathways
# and build table
python3 manage.py build [--dbpath PATH] [--drop]

# everything is ok, enjoy it!
python3 manage.py runserver

Endpoints

/kegg/pathway list all pathways

/kegg/pathway?path=<PATH>&type=<TYPE>&gene=<GENE>&color=<COLOR>

  • path: a map number, eg. map00010
  • type: conf, svg or png [default: png]
  • color: default color [default: green]
  • gene: genes to be highlighted, example formats:
    • gene={"red":"K00886,K01222,K01223"}
    • gene={"FF00FF":"K00886,K01222,K01223"}
    • gene={"red":"K00886,K01222","blue":"K01610,K00918"}
    • gene=["K00886,K01222,K01223"]
    • gene=["K00886,K01222,K01223"]&color=pink

Demo Project

git clone https://www.github.com/suqingdong/django_rest_kegg.git

cd django_rest_kegg/demo

python3 manage.py makemigrations django_rest_kegg

python3 manage.py migrate
# Operations to perform:
#   Apply all migrations: admin, auth, contenttypes, django_rest_kegg, sessions
# Running migrations:
#   Applying contenttypes.0001_initial... OK
#   Applying auth.0001_initial... OK
#   Applying admin.0001_initial... OK
#   ...
#   Applying django_rest_kegg.0001_initial... OK
#   Applying sessions.0001_initial... OK

python3 manage.py build

python3 manage.py runserver

Download files

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

Source Distribution

django_rest_kegg-1.0.7.tar.gz (7.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_rest_kegg-1.0.7-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file django_rest_kegg-1.0.7.tar.gz.

File metadata

  • Download URL: django_rest_kegg-1.0.7.tar.gz
  • Upload date:
  • Size: 7.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.3

File hashes

Hashes for django_rest_kegg-1.0.7.tar.gz
Algorithm Hash digest
SHA256 42f259956ede32d431bf416bb70479241e65efd74b187e0411275a8259e1523d
MD5 3055412f88c290a22bb01ba10c3390b8
BLAKE2b-256 41d1bb72dd81e762ff3bf5081005a80f4534b4a5c2b6b05fb2d3affa5ac5f471

See more details on using hashes here.

File details

Details for the file django_rest_kegg-1.0.7-py3-none-any.whl.

File metadata

  • Download URL: django_rest_kegg-1.0.7-py3-none-any.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.3

File hashes

Hashes for django_rest_kegg-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 841e7c8f73afbf375bcfeee7818317c138af7485721126b4eed9be9e03bd77b3
MD5 b4ae1cb8b4a548b79e6b7e02c278770d
BLAKE2b-256 a95c739287af5e145424061d2e31f05cf9ff94620061f9c7b9b8438a2fdaa53d

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.7 This release

2 files

1.0.6

2 files

1.0.5

2 files

1.0.4

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page