https://github.com/hammerlab/igv-httpfs
An adaptor which lets IGV talk to HDFS via HttpFS
https://github.com/hammerlab/igv-httpfs
Last synced: about 1 year ago
JSON representation
An adaptor which lets IGV talk to HDFS via HttpFS
- Host: GitHub
- URL: https://github.com/hammerlab/igv-httpfs
- Owner: hammerlab
- License: apache-2.0
- Created: 2014-09-03T16:27:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T00:10:31.000Z (over 11 years ago)
- Last Synced: 2025-04-04T09:44:41.972Z (about 1 year ago)
- Language: Python
- Size: 313 KB
- Stars: 5
- Watchers: 6
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/hammerlab/igv-httpfs) [](https://coveralls.io/r/hammerlab/igv-httpfs?branch=coverage)
igv-httpfs
==========
An adaptor which lets IGV talk to HDFS via HttpFS. Blog post [here](http://www.hammerlab.org/2014/12/05/igv-httpfs/).
To run the server:
(set up virtualenv)
pip install -r requirements.txt
./server.py
To run the tests:
nosetests