ipyigv icon indicating copy to clipboard operation
ipyigv copied to clipboard

A Jupyter wrapper for the igv.js library (representation of genomic data)

Results 5 ipyigv issues
Sort by recently updated
recently updated
newest added

### Bug report unable to add a variant track to an existing browser **Bug summary** Create browser in previous code block. Create track dict for a variant, taking structure from...

### Bug report Trying to instantiate a browser with a custom reference genome doesn't seem to work. ```python import ipyigv as igv from ipyigv.options import ReferenceGenome, Track print(igv.__version__) genomeDict =...

- generates the proper dictionary for igv.js - gets rid of **widget_serialization_no_none - updates the example notebook to use local files

We should fix this: ``` [1/4] Resolving packages... warning @jupyterlab/builder > @jupyterlab/buildutils > [email protected]: This package is no longer supported. It's now a built-in Node module. If you've depended on...

We have the igv database hardcoded in the code as a json. I wonder how often it changes and if this should be dynamic and fetch it from somewhere? Or...