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

https://github.com/lidaof/qatacviewer

visualize ATAC-seq QA metrics
https://github.com/lidaof/qatacviewer

atac-seq visualization

Last synced: about 2 months ago
JSON representation

visualize ATAC-seq QA metrics

Awesome Lists containing this project

README

        

# how to run it

1. go to `backend` folder, install [Flask](http://flask.pocoo.org/)

```bash
export FLASK_APP=qATACviewer-api.py
flask run --host=0.0.0.0
```

2. install [node.js](https://nodejs.org)
3. go to `frontend` folder

```bash
npm install (once at first time)
npm start
```