Skip to content

datavisyn/tdp_core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

099459c · Mar 11, 2024
Mar 11, 2024
May 16, 2023
Sep 8, 2022
Jan 24, 2024
May 6, 2022
Mar 7, 2024
Mar 7, 2024
Aug 23, 2023
May 16, 2023
Nov 6, 2016
Sep 8, 2022
Aug 20, 2020
Jan 24, 2024
Sep 8, 2022
Sep 8, 2022
Sep 8, 2022
Dec 2, 2019
May 5, 2020
Apr 5, 2022
Feb 7, 2023
Nov 24, 2022
Feb 27, 2024
Sep 8, 2022
Apr 4, 2022
Mar 7, 2024
Feb 7, 2023
Feb 29, 2024
Jul 24, 2023
Apr 5, 2022
Feb 7, 2023
Feb 7, 2023
May 16, 2023
Feb 17, 2022
Sep 8, 2022
Sep 8, 2022

Repository files navigation

tdp_core

Target Discovery Platform Target Discovery Platform NPM version Build Status

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 .venv  # create a new virtual environment
source .venv/bin/activate  # active it
make develop  # install all dependencies

Local development

# Frontend
yarn start

# Backend
python tdp_core

Testing

# Frontend
yarn run test

# Backend
make test

Building

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.