https://github.com/higlass/cnv-explorer
https://github.com/higlass/cnv-explorer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/higlass/cnv-explorer
- Owner: higlass
- Created: 2018-07-10T01:49:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T21:40:17.000Z (almost 7 years ago)
- Last Synced: 2025-01-25T07:27:32.554Z (over 1 year ago)
- Language: HTML
- Size: 545 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## HiGlass CNV explorer
To use simply start an http server in this directory:
```
python -m http.server 8011
```
or
```
python -m SimpleHTTPServer 8011
```
If you're using Python 2.x
Open up a web browser and go to http://localhost:8011