nanoporetech / wub

Tools and software library developed by the ONT Applications group
Mozilla Public License 2.0
61 stars 10 forks source link
nanopore nanopore-sequencing sequence-analysis

ONT_logo

This repository is now unsupported and we do not recommend its use. Please contact Oxford Nanopore: support@nanoporetech.com for help with your application.

Wub

CircleCI Documentation Status install with bioconda

Tools and software library developed by the Oxford Nanopore Technologies Applications group.

Features:

Getting Started

Installation

Set up a virtual environment

virtualenv  --system-site-packages wub_env
source wub_env/bin/activate
pip install --upgrade pip
pip install requests[security]

Then install the package via pip:

pip install git+https://github.com/nanoporetech/wub.git

If you installed the package in a virtual environment then do not forget to load it before using the package:

source wub_env/bin/activate

Run the following to leave the virtual environment:

deactivate

You can also clone the repository and install using setup.py:

git clone https://github.com/nanoporetech/wub.git
cd wub
python setup.py install

Install the package in developer mode:

python setup.py develop

Run the tests:

make test

Build the documentation:

make docs

Issue make help to get a list of make targets.

Documentation

Online documentation is avalaible at wub.readthedocs.io.

Contributing

Help

Licence and Copyright

(c) 2016 Oxford Nanopore Technologies Ltd.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.