Metadata-Version: 1.0
Name: sequenticon
Version: 0.1.3
Summary: Generate human-friendly icons from DNA sequences
Home-page: UNKNOWN
Author: Zulko
Author-email: UNKNOWN
License: see LICENSE.txt
Description: 
        Sequenticon
        ===================
        
        .. image:: https://travis-ci.org/Edinburgh-Genome-Foundry/sequenticon.svg?branch=master
           :target: https://travis-ci.org/Edinburgh-Genome-Foundry/sequenticon
           :alt: Travis CI build status
        
        .. image:: https://coveralls.io/repos/github/Edinburgh-Genome-Foundry/sequenticon/badge.svg?branch=master
           :target: https://coveralls.io/github/Edinburgh-Genome-Foundry/sequenticon?branch=master
        
        Sequenticon is a Python library to generate `identicons <https://en.wikipedia.org/wiki/Identicon>`_ for DNA sequences, providing a simple visual way to instantly know that two sequences are different (different identicons) or very probably the same (same identicon), without needing to know the full sequence. For instance the sequence ``ATGGTGCA`` gets converted to the following icon:
        
        .. image:: https://raw.githubusercontent.com/Edinburgh-Genome-Foundry/sequenticon/master/docs/ATGGTGCA_sequenticon.png
        
        Infos
        -----
        
        **PIP installation:**
        
        .. code:: bash
        
          pip install sequenticon
        
        **Github Page**
        
        `<https://github.com/Edinburgh-Genome-Foundry/sequenticon>`_
        
        
        **License:** MIT, Copyright Edinburgh Genome Foundry
        
        More biology software
        -----------------------
        
        .. image:: https://raw.githubusercontent.com/Edinburgh-Genome-Foundry/Edinburgh-Genome-Foundry.github.io/master/static/imgs/logos/egf-codon-horizontal.png
          :target: https://edinburgh-genome-foundry.github.io/
        
        Sequenticon is part of the `EGF Codons <https://edinburgh-genome-foundry.github.io/>`_ synthetic biology software suite for DNA design, manufacturing and validation.
        
Keywords: DNA sequence barcoding sequenticon identicon hash
Platform: UNKNOWN
