CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
bionumpy/__init__.py
bionumpy/alphabet_encoding.py
bionumpy/bionumpy.py
bionumpy/chromosome_map.py
bionumpy/chromosome_provider.py
bionumpy/cli.py
bionumpy/counter.py
bionumpy/datatypes.py
bionumpy/delimited_buffers.py
bionumpy/dna.py
bionumpy/file_buffers.py
bionumpy/files.py
bionumpy/gapped_motif.py
bionumpy/indexed_fasta.py
bionumpy/intervals.py
bionumpy/kmers.py
bionumpy/minimizers.py
bionumpy/mutation_signature.py
bionumpy/old_minimizers.py
bionumpy/parser.py
bionumpy/position_weight_matrix.py
bionumpy/ranges.py
bionumpy/rollable.py
bionumpy/sequences.py
bionumpy/string_matcher.py
bionumpy/util.py
bionumpy.egg-info/PKG-INFO
bionumpy.egg-info/SOURCES.txt
bionumpy.egg-info/dependency_links.txt
bionumpy.egg-info/entry_points.txt
bionumpy.egg-info/not-zip-safe
bionumpy.egg-info/requires.txt
bionumpy.egg-info/top_level.txt
bionumpy/encodings/__init__.py
bionumpy/encodings/_legacy_encodings.py
bionumpy/encodings/alphabet_encoding.py
bionumpy/encodings/alphbet_encoding.py
bionumpy/encodings/base_encoding.py
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
docs/source/broadcastable_functions.rst
docs/source/rollable_functions.rst
tests/__init__.py
tests/buffers.py
tests/buffers.py~
tests/test_bionumpy.py
tests/test_chromosome_provider.py
tests/test_chromosome_provider.py~
tests/test_kmer.py
tests/test_kmer.py~
tests/test_minimizers.py
tests/test_npdataclass.py~
tests/test_parsers.py
tests/test_parsers.py~
tests/test_position_weight_matrix.py
tests/test_string_matcher.py
tests/test_util.py
tests/test_util.py~