Metadata-Version: 1.1
Name: dnadigest
Version: 0.1.0
Summary: Library+Tool to run restriction digests of DNA sequences
Home-page: UNKNOWN
Author: Stephen Crosby
Author-email: stcrosby@gmail.com
License: GPLv3
Description: 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
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
