Skip to content

A light-weight server for tracking GPCR sequences and expression requests.

License

Notifications You must be signed in to change notification settings

GiantFurosemide/GPCRtrack

Repository files navigation

GPCRtrack

A light-weight server for tracking GPCR sequences and expression requests.

Installation

git clone https://github.com/GiantFurosemide/GPCRtrack.git
cd GPCRtrack
conda env create -n GPCRtrack -f environment.yml

Usage

Start the server

cd /path/to/GPCRtrack
conda activate GPCRtrack
# update allowed server in GPCRTRACK/GPCRtrack/setting.py
python manage.py runserver 0.0.0.0:8000

use tmux to keep the server running in the background.

management

Create a superuser

python manage.py createsuperuser --username=Mu_Wang

clean databases

python manage.py flush

import csv to databases

python csv_import.py

change 'last_construct_number' in app/meta.json

About

A light-weight server for tracking GPCR sequences and expression requests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published