Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

higlass/higlass-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is now deprecated. Please use higlass-python!

higlass-widget

PyPI License Open In Colab

pip install higlass-widget

Development

This project uses hatch, which installs and sync all dependencies from pyproject.toml automatically.

hatch shell

Alternatively, you can create and manage your own virtual environments and install an editable version of higlass-widget:

pip install -e ".[dev]"

Finally, you can now run the notebooks with:

jupyterlab

higlass_widget.HiGlassWidget is built with anywidget. You can edit the contents of higlass_widget/widget.js and changes will be reflected automatically in your active Jupyter notebook.

Release

npm version [major|minor|patch]
git tag -a vX.X.X -m "vX.X.X"
git push --follow-tags