.. Squiggle documentation master file, created by sphinx-quickstart on Thu Jul 5 23:24:54 2018. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Squiggle ======== |Build Status| |Cov| |CodeFactor| |Docs| Squiggle is a two-dimensional DNA sequence visualization library that can turn this: .. code-block:: text >lcl|NC_000011.10_cds_NP_000509.1_1 [gene=HBB] ATGGTGCATCTGACTCCTGAGGAGAAGTCTGCCGTTACTGCCCTGTGGGGCAAGGTGAACGTGGATGAAG TTGGTGGTGAGGCCCTGGGCAGGCTGCTGGTGGTCTACCCTTGGACCCAGAGGTTCTTTGAGTCCTTTGG GGATCTGTCCACTCCTGATGCTGTTATGGGCAACCCTAAGGTGAAGGCTCATGGCAAGAAAGTGCTCGGT GCCTTTAGTGATGGCCTGGCTCACCTGGACAACCTCAAGGGCACCTTTGCCACACTGAGTGAGCTGCACT GTGACAAGCTGCACGTGGATCCTGAGAACTTCAGGCTCCTGGGCAACGTGCTGGTCTGTGTGCTGGCCCA TCACTTTGGCAAAGAATTCACCCCACCAGTGCAGGCTGCCTATCAGAAAGTGGTGGCTGGTGTGGCTAAT GCCCTGGCCCACAAGTATCACTAA into this: .. raw:: html :file: figures/human_hbb.html Installation ------------ If you don't have Python 3.4 or greater installed, be sure to `get it `_. If you do, install Squiggle with ``pip``:: $ 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 For full a full rundown on how to use Squiggle, take a look at the :ref:`guide`. Citation -------- To be determined! Table of Contents ----------------- .. toctree:: :maxdepth: 2 methods user_guide api cli license Indices and tables ------------------ * :ref:`genindex` * :ref:`modindex` * :ref:`search` .. |Build Status| image:: https://travis-ci.org/Lab41/squiggle.svg?branch=master :target: https://travis-ci.org/Lab41/squiggle .. |Cov| image:: https://codecov.io/gh/Lab41/squiggle/branch/master/graph/badge.svg :target: https://codecov.io/gh/Lab41/squiggle .. |Docs| image:: http://readthedocs.org/projects/freqgen/badge/?version=latest :target: http://squiggle.readthedocs.io/en/latest/?badge=latest .. |CodeFactor| image:: https://www.codefactor.io/repository/github/Lab41/squiggle/badge :target: https://www.codefactor.io/repository/github/Lab41/squiggle/