Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

172 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⇜ bulkvis ⇝

An app written in Python3 using Bokeh to visualise raw squiggle data from Oxford Nanopore Technologies (ONT) bulkfiles.

Quickstart

We require python 3.6 or newer.

Using conda with this environment setup:

name: bulkvis
channels:
  - bioconda
  - conda-forge
  - defaults
dependencies:
  - python=3.7
  - pip
  - pip:
    - git+https://github.com/LooseLab/bulkvis.git@2.0

or with another python source:

# Make a python3 virtual environment
python3 -m venv bulkvis

# Activate virtual environment
source bulkvis/bin/activate

# Clone the repo to your installation/projects directory
pip install git+https://github.com/LooseLab/bulkvis.git@2.0

# Start bokeh server
bulkvis serve <BULK_FILE_DIRECTORY> --show

Other install requires:

To open some bulk FAST5 files vbz compression plugins are required. These are written and maintained by Oxford Nanopore Technologies.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages