gosling-lang / gos

A declarative interactive genomics visualization library for Python.
https://gosling-lang.github.io/gos
MIT License
218 stars 14 forks source link

feat: migrate server to `bgserve` #126

Closed manzt closed 1 year ago

manzt commented 1 year ago

I extract the server functionality in gos into https://github.com/manzt/bgserve. This way we can reuse the implementation across projects, like higlass-python.

Fixes #92