Metadata-Version: 2.1
Name: binarymap
Version: 0.7
Summary: Binary representation of protein or nucleotide sequences.
Home-page: https://github.com/jbloomlab/binarymap
Download-URL: https://github.com/jbloomlab/binarymap/tarball/0.7
Author: `the Bloom lab <https://jbloomlab.org>`_
Author-email: jbloom@fredhutch.org
License: GPLv3
Platform: Linux and Mac OS X.
License-File: LICENSE.txt
Requires-Dist: natsort>=0.8
Requires-Dist: pandas>=1.2
Requires-Dist: scipy>=1.1

===============================
binarymap
===============================

.. image:: https://img.shields.io/pypi/v/binarymap.svg
        :target: https://pypi.python.org/pypi/binarymap
.. image:: https://github.com/jbloomlab/binarymap/actions/workflows/test.yml/badge.svg
        :target: https://github.com/jbloomlab/binarymap/actions/workflows/test.yml
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
        :target: https://github.com/psf/black
.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json
        :target: https://github.com/astral-sh/ruff

Bbinary representation of protein or nucleotide sequences.

``binarymap`` is a Python package written by `the Bloom lab <https://jbloomlab.org>`_.

The source code is `on GitHub <https://github.com/jbloomlab/binarymap>`_.

See the `binarymap documentation <https://jbloomlab.github.io/binarymap>`_ for details on how to install and use ``binarymap``.

To contribute to this package, read the instructions in `CONTRIBUTING.rst <CONTRIBUTING.rst>`_.
