Skip to content
This repository has been archived by the owner on Dec 25, 2018. It is now read-only.
/ biojup Public archive

Ipython custom widget extension for biojs visualization components

License

Notifications You must be signed in to change notification settings

zsameem/biojup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

biojup

A collection of custom jupyter notebook widget extensions for biojs visualization components using the jupyter notebook. Uses biopython for parsing and biojs for visualization.

Install

Setup the environment

To install biojup from git you will need Jupyter notebook and ipywidgets. Install using conda is the simplest

conda create -n venv jupyter ipywidgets numpy biopython
source activate venv

Alternatively, you can setup a virtual environment (using virtualenv) and install requirements from pip.

vitualenv venv
source venv/bin/activate
pip install -r requirements.txt

Now to install biojup, run the following commands.

git clone https://github.com/zsameem/biojup.git
cd biojup

For a normal install do

python setup.py install

For dev install

python setup.py develop

Usage

Render MSA visualizations from clustal files. See examples

About

Ipython custom widget extension for biojs visualization components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published