An open API service indexing awesome lists of open source software.

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.

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
```