ostrokach / msaview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

msaview

Build Status codecov

A set of Jupyter widgets useful for analyzing biological data.

Installation

You can install using pip:

pip install msaview

Or if you use jupyterlab:

pip install msaview
jupyter labextension install @jupyter-widgets/jupyterlab-manager

If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable the nbextension:

jupyter nbextension enable --py [--sys-prefix|--user|--system] msaview

Development

Install the Python package using pip:

pip install -e .

Install the Javascript package using jupyter (not sure if you need to run npm run build first?):

jupyter labextension install .

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 55.5%Language:TypeScript 26.4%Language:JavaScript 10.1%Language:CSS 8.1%