HiGlass Register
Pluggable Track Register Tool for HiGlass
If you develop pluggable tracks for HiGlass please use this simple tool to register your tracks.
Note, higlass-register
is nothing more than an agreed way of exposing plugins to HiGlass. You could circumvent higlass-register
but then you'll have to take of staying up to date with the plugin registration process yourself.
Installation
npm install --save-dev higlass-register
Usage: plugin tracks
To register your track as a plugin
; ; ;
Take a look at HiGlass GeoJSON Track for how to write a pluggable track.
Usage: plugin data fetchers
To register your data fetcher as a plugin
; ; ;