Metadata-Version: 2.1
Name: squiggle
Version: 0.1.1
Summary: DNA Sequence Visualization for Humans.
Home-page: https://github.com/Benjamin-Lee/squiggle
Author: Benjamin Lee
Author-email: benjamindlee@me.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.4.0
Description-Content-Type: text/markdown
Requires-Dist: biopython
Requires-Dist: click
Requires-Dist: tqdm
Requires-Dist: bokeh
Requires-Dist: numpy


# Squiggle

[![Build Status](https://travis-ci.org/Lab41/squiggle.svg?branch=master)](https://travis-ci.org/Lab41/squiggle)
[![Cov](https://codecov.io/gh/Lab41/squiggle/branch/master/graph/badge.svg)](https://codecov.io/gh/Lab41/squiggle)
[![CodeFactor](https://www.codefactor.io/repository/github/Lab41/squiggle/badge)](https://www.codefactor.io/repository/github/Lab41/squiggle/)
[![Docs](http://readthedocs.org/projects/freqgen/badge/?version=latest)](http://squiggle.readthedocs.io/en/latest/?badge=latest)

Squiggle is a two-dimensional DNA sequence visualization library that can turn
this:

    >lcl|NC_000011.10_cds_NP_000509.1_1 [gene=HBB]
    ATGGTGCATCTGACTCCTGAGGAGAAGTCTGCCGTTACTGCCCTGTGGGGCAAGGTGAACGTGGATGAAG
    TTGGTGGTGAGGCCCTGGGCAGGCTGCTGGTGGTCTACCCTTGGACCCAGAGGTTCTTTGAGTCCTTTGG
    GGATCTGTCCACTCCTGATGCTGTTATGGGCAACCCTAAGGTGAAGGCTCATGGCAAGAAAGTGCTCGGT
    GCCTTTAGTGATGGCCTGGCTCACCTGGACAACCTCAAGGGCACCTTTGCCACACTGAGTGAGCTGCACT
    GTGACAAGCTGCACGTGGATCCTGAGAACTTCAGGCTCCTGGGCAACGTGCTGGTCTGTGTGCTGGCCCA
    TCACTTTGGCAAAGAATTCACCCCACCAGTGCAGGCTGCCTATCAGAAAGTGGTGGCTGGTGTGGCTAAT
    GCCCTGGCCCACAAGTATCACTAA

into this:

<p align ="center">
    <img src="/images/human_HBB_squiggle.png" alt="Human Squiggle" width="750px"/>
</p>

## Installation

Installation is as simple as:

    $ pip install squiggle

Or alternatively, if you want to get the latest development version:

    $ pip install git+https://github.com/Lab41/squiggle.git

## Usage

Using squiggle is as easy as:

    $ squiggle your_sequence.fasta

Squiggle has tons of options available to make beautiful, interactive
visualizations of sequences. The full documentation is available
[here](https://squiggle.readthedocs.io).

## Citation

To be determined.


