Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nvictus/higlass-docs


https://github.com/nvictus/higlass-docs

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# HiGlass Docs

> Documentation for all HiGlass software ([viewer][hgv], [app][hga], [server][hgs], [docker][hgd])

[![HiGlass](https://img.shields.io/badge/higlass-👍-red.svg?colorB=0f5d92)](http://higlass.io)
[![Live Docs](https://img.shields.io/badge/docs-live-red.svg?colorB=0f5d92)](https://hms-dbmi.github.io/higlass-docs/)

Compiling: `./build.sh` or

```
sphinx-build -b html . _build/html
```

Serving: `./serve.sh` or

```
cd _build/html; python -m http.server 8081
```

[hga]: https://github.com/hms-dbmi/higlass-app
[hgd]: https://github.com/hms-dbmi/higlass-docker
[hgs]: https://github.com/hms-dbmi/higlass-server
[hgv]: https://github.com/hms-dbmi/higlass