https://github.com/caleydo/tdp_publicdb
Database connector for the bioinfoDB.hg38 database
https://github.com/caleydo/tdp_publicdb
ccle phovea phovea-client-plugin phovea-server-plugin tcga tdp
Last synced: 5 months ago
JSON representation
Database connector for the bioinfoDB.hg38 database
- Host: GitHub
- URL: https://github.com/caleydo/tdp_publicdb
- Owner: Caleydo
- License: bsd-3-clause
- Created: 2017-08-26T20:50:07.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T20:55:58.000Z (over 2 years ago)
- Last Synced: 2025-10-10T12:18:20.060Z (8 months ago)
- Topics: ccle, phovea, phovea-client-plugin, phovea-server-plugin, tcga, tdp
- Language: TypeScript
- Homepage:
- Size: 4.92 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
tdp_publicdb
=====================
[![Phovea][phovea-image-client]][phovea-url] [![Phovea][phovea-image-server]][phovea-url] [![NPM version][npm-image]][npm-url] [![Build Status][circleci-image]][circleci-url]
This repository contains the database connector to the bioinfoDB.hg38 database and the respective SQL queries to show the views and visualizations.
Installation
------------
```
git clone https://github.com/caleydo/tdp_publicdb.git
cd tdp_publicdb
npm install
```
Testing
-------
```
npm test
```
Building
--------
```
npm run build
```
***
This repository is part of **[Phovea](http://phovea.caleydo.org/)**, a platform for developing web-based visualization applications. For tutorials, API docs, and more information about the build and deployment process, see the [documentation page](http://phovea.caleydo.org).
[phovea-image-client]: https://img.shields.io/badge/Phovea-Client%20Plugin-F47D20.svg
[phovea-image-server]: https://img.shields.io/badge/Phovea-Server%20Plugin-10ACDF.svg
[phovea-url]: https://phovea.caleydo.org
[npm-image]: https://badge.fury.io/js/tdp_publicdb.svg
[npm-url]: https://npmjs.org/package/tdp_publicdb
[circleci-image]: https://circleci.com/gh/Caleydo/tdp_publicdb.svg?style=shield
[circleci-url]: https://circleci.com/gh/Caleydo/tdp_publicdb