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
- Host: GitHub
- URL: https://github.com/lidaof/qatacviewer
- Owner: lidaof
- Created: 2018-01-31T22:58:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T14:28:00.000Z (10 months ago)
- Last Synced: 2025-03-22T16:02:40.184Z (3 months 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
```