Skip to content
Jim Robinson edited this page Jul 31, 2018 · 39 revisions

igv.js is an embeddable interactive genome visualization component written in JavaScript and CSS. It is based on the desktop Integrative Genomics Viewer (IGV), and developed by the same team.

Quick links for developers

See here for examples that illustrate embedding igv.js in web pages.

Releases

Building from Source To build the distribution files run "grunt" from the repository root directory. This will create a "dist" directory with igv.js and igv.min.js. See the examples folder for pages that use the resulting "dist" directory.

See https://gruntjs.com/ for information for installing grunt.

See also the Release Notes

Clone this wiki locally