Skip to content

Get Data URI

Isaac Shanley edited this page Nov 16, 2017 · 3 revisions

To generate a data URI that can be read by igv.js, use the get_datauri.py script passing the file path as an argument.

python get_datauri.py <filename>

The data URI will be printed to stdout and can be used in place of the file in an igv.js web page, and igv.js no longer needs access to the file.

Clone this wiki locally