Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 739 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 739 Bytes

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