tdp_core
TypeScript icon, indicating that this package has built-in type declarations

25.0.1 • Public • Published

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.

/tdp_core/

    Package Sidebar

    Install

    npm i tdp_core

    Weekly Downloads

    79

    Version

    25.0.1

    License

    BSD-3-Clause

    Unpacked Size

    4.4 MB

    Total Files

    1362

    Last publish

    Collaborators

    • datavisyn