hms-dbmi/higlass-register

Name: higlass-register

Owner: Harvard Medical School - Department of Biomedical Informatics

Description: Helper tool to register pluggable tracks

Created: 2018-04-13 22:04:32.0

Updated: 2018-04-15 23:13:38.0

Pushed: 2018-04-15 23:13:37.0

Homepage: null

Size: 71

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

HiGlass Register

Pluggable Track Register Tool for HiGlass

HiGlass Build Status

If you develop pluggable tracks for HiGlass please use this simple tool to register your tracks.

Installation
install --save-dev higlass-register
Usage

To register your track as a plugin

rt register from 'higlass-register';

rt MyFancyNewHiGlassTrack from './MyFancyNewHiGlassTrack';

ster({
me: 'MyFancyNewHiGlassTrack',
ack: MyFancyNewHiGlassTrack,
nfig: MyFancyNewHiGlassTrack.config,

Take a look at HiGlass GeoJSON Track for how to write a pluggable track.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.