higlass-unix-time-track

0.1.6 • Public • Published

Unix Time Track for HiGlass

Display human readable unix epoch time.

HiGlass Build Status

HiGlass showing times

Note: This is the source code for the time interval track only! You might want to check out the following repositories as well:

Installation

npm install higlass-unix-time-track

Usage

  1. Make sure you load this track prior to hglib.js. For example:
<script src="higlass-unix-time-track.js"></script>
<script src="hglib.js"></script>
<script>
  ...
</script>
  1. Now, configure the track in your view config and be happy! Cheers 🎉
{
  ...
  {
    server: 'http://localhost:8001/api/v1',
    tilesetUid: 'time-interval.json',
    uid: 'blah',
    type: 'unix-time-track',
    options: {

    },
  },
  ...
}

Take a look at src/index.html for an example.

Development

Installation

$ git clone https://github.com/manzt/higlass-unix-time-track && cd unix-time-track
$ npm install

Commands

Developmental server: npm start Production build: npm run build

Readme

Keywords

Package Sidebar

Install

npm i higlass-unix-time-track

Weekly Downloads

0

Version

0.1.6

License

MIT

Unpacked Size

178 kB

Total Files

7

Last publish

Collaborators

  • manzt