tdp_core
Target discovery platform for exploring rankings of genes, disease models, and other entities.
Installation
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 env # create a new virutal environment
source env/bin/activate # active it
make develop # install all dependenciesLocal development
# Frontend
yarn start
# Backend
python tdp_coreTesting
# Frontend
yarn run test
# Backend
make testBuilding
yarn run build
