Target discovery platform for exploring rankings of genes, disease models, and other entities.
git clone -b develop https://github.com/datavisyn/tdp_core.git # or any other branch you want to develop in
cd tdp_core
# Frontend
yarn install
# Backend
python3 -m venv .venv # create a new virtual environment
source .venv/bin/activate # active it
make develop # install all dependencies
# Frontend
yarn start
# Backend
python tdp_core
# Frontend
yarn run test
# Backend
make test
yarn run build
This repository is part of the Target Discovery Platform (TDP). For tutorials, API docs, and more information about the build and deployment process, see the documentation page.