Metadata-Version: 1.1
Name: degenerate-dna
Version: 0.0.5
Summary: Python implementation of the Degen Perl package by Zwick et al.
Home-page: https://github.com/carlosp420/degenerate-dna
Author: Carlos Pena
Author-email: mycalesis@gmail.com
License: BSD
Description: .. image:: https://badge.fury.io/py/degenerate-dna.svg
            :target: https://pypi.python.org/pypi/degenerate-dna
            :alt: Latest PyPI version
        
        .. image:: https://travis-ci.org/carlosp420/degenerate-dna.png
           :target: https://travis-ci.org/carlosp420/degenerate-dna
           :alt: Latest Travis CI build status
        
        degenerate-dna
        ==============
        
        Python implementation of the Degen Perl package by Zwick et al.
        
        http://www.phylotools.com/ptdegenoverview.htm
        
        Usage
        -----
        
            >>> from degenerate_dna import Degenera
            >>> dna = 'AGTTCT'
            >>> res = Degenera(dna=dna, table=1, method='S')
            >>> res.degenerate()
            >>> res.degenerated
            'AGYAGY'
        
        Installation
        ------------
        
            pip install degenerate-dna
        
        Requirements
        ^^^^^^^^^^^^
        python +3
        
        Licence
        -------
        BSD
        
        Authors
        -------
        `Carlos Peña <mycalesis@gmail.com>`_.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
