Metadata-Version: 2.0
Name: dnadigest
Version: 0.1.2
Summary: Library+Tool to run restriction digests of DNA sequences
Home-page: https://github.com/erasche/restriction-digest/
Author: Stephen Crosby
Author-email: stcrosby@gmail.com
License: GPLv3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Dist: beautifulsoup4
Requires-Dist: pyyaml
Requires-Dist: biopython
Requires-Dist: svgwrite

Restriction Digest Tool
=======================

Galaxy tool with the following aims:

-  digest DNA into fragments, produce FASTA output of that
-  plot restriction digests in easy to use SVG format
-  run "hypothetical gels" to help biologists understand the output of
   these fancy computer things
-  optimise restrictions with multiple genomes in order to easily
   determine enzymes for unique resetriction patterns

Running
-------

::

    python bin/digest_dna.py test.fa Bsp6I,Bsp13I,DseDI




History
-------

.. to_doc

---------------------------
0.1.0 (2015-03-16)
---------------------------

* Finished implementation of graphics drawer


