Metadata-Version: 2.4
Name: bandwagon
Version: 0.3.4
Summary: Simulate DNA band patterns for gel migration experiments.
Author: Zulko
License-Expression: MIT
Project-URL: Homepage, https://github.com/Edinburgh-Genome-Foundry/BandWagon
Keywords: gel,agarose,simulation,matplotlib
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: biopython
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: snapgene_reader
Requires-Dist: dna_features_viewer
Provides-Extra: bokeh
Requires-Dist: bokeh; extra == "bokeh"
Requires-Dist: pandas; extra == "bokeh"
Dynamic: license-file

BandWagon
=========

BandWagon (full documentation `here
<http://edinburgh-genome-foundry.github.io/BandWagon/>`_) is a Python library to predict and plot migration patterns
from DNA digestions. It supports hundreds of different enzymes (thanks to BioPython),
single- and multiple-enzymes digestions, and custom ladders.

It uses Matplotlib to produce plots like this one:

.. figure:: https://raw.githubusercontent.com/Edinburgh-Genome-Foundry/BandWagon/master/examples/mixed_digestions.png
    :align: center

Infos
-----

**Web documentation:** `<https://edinburgh-genome-foundry.github.io/bandwagon/>`_

**Github page** `<https://github.com/Edinburgh-Genome-Foundry/bandwagon>`_

**Live demo:** `<https://cuba.genomefoundry.org/predict-digestions>`_

**License:** MIT

Copyright 2019 Edinburgh Genome Foundry, University of Edinburgh


More biology software
---------------------

.. image:: https://raw.githubusercontent.com/Edinburgh-Genome-Foundry/Edinburgh-Genome-Foundry.github.io/master/static/imgs/logos/egf-codon-horizontal.png
  :target: https://edinburgh-genome-foundry.github.io/

BandWagon is part of the `EGF Codons <https://edinburgh-genome-foundry.github.io/>`_ synthetic biology software suite for DNA design, manufacturing and validation.
