https://github.com/maayanlab/hyposet
An interactive web application for set overlap inspection.
https://github.com/maayanlab/hyposet
Last synced: about 1 month ago
JSON representation
An interactive web application for set overlap inspection.
- Host: GitHub
- URL: https://github.com/maayanlab/hyposet
- Owner: MaayanLab
- Created: 2021-10-05T20:17:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-05T21:19:35.000Z (over 3 years ago)
- Last Synced: 2025-01-22T03:15:05.849Z (3 months ago)
- Language: JavaScript
- Homepage: https://hyposet.maayanlab.cloud
- Size: 332 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HypoSet
An interactive web application for set overlap inspection.
## Development
### Setup
```bash
# install python dependencies
pip install -r requirements.txt
# install npm dependencies
npm i
```### Run
```bash
npm run dev
```### Deploy
```bash
docker-compose build app
```