https://github.com/lidaof/qatacviewer
visualize ATAC-seq QA metrics
https://github.com/lidaof/qatacviewer
atac-seq visualization
Last synced: 3 months ago
JSON representation
visualize ATAC-seq QA metrics
- Host: GitHub
- URL: https://github.com/lidaof/qatacviewer
- Owner: lidaof
- Created: 2018-01-31T22:58:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T14:28:00.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T06:54:35.974Z (about 1 year ago)
- Topics: atac-seq, visualization
- Language: JavaScript
- Homepage: http://wangftp.wustl.edu/qATACviewer/
- Size: 509 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```