Metadata-Version: 2.4
Name: sequenticon
Version: 0.1.7
Summary: Generate human-friendly icons from DNA sequences
Author: Zulko
License-Expression: MIT
Project-URL: Homepage, https://github.com/Edinburgh-Genome-Foundry/sequenticon
Keywords: DNA,sequence,barcoding,sequenticon,identicon,hash
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: Biopython
Requires-Dist: pydenticon
Requires-Dist: snapgene_reader
Requires-Dist: flametree
Requires-Dist: pdf_reports
Dynamic: license-file

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/images/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, University of Edinburgh


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.
