Metadata-Version: 2.1
Name: sequenticon
Version: 0.1.5
Summary: Generate human-friendly icons from DNA sequences
Author: Zulko
License: MIT
Keywords: DNA sequence barcoding sequenticon identicon hash
Platform: UNKNOWN
License-File: LICENCE.txt


Sequenticon
===========

.. image:: https://github.com/Edinburgh-Genome-Foundry/sequenticon/actions/workflows/build.yml/badge.svg
    :target: https://github.com/Edinburgh-Genome-Foundry/sequenticon/actions/workflows/build.yml
    :alt: GitHub 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.


