.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.sonarcloud.properties
CITATION.cff
CODE_OF_CONDUCT.rst
CONTRIBUTING.md
Cargo.toml
LICENSE
MANIFEST.in
Makefile
README.md
asv.conf.json
codemeta.json
matplotlibrc
paper.bib
paper.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
shell.nix
tox.ini
.ci/install_cargo.sh
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/asv.yml
.github/workflows/build_wheel.yml
.github/workflows/dev_envs.yml
.github/workflows/hypothesis.yml
.github/workflows/khmer.yml
.github/workflows/metadata.yml
.github/workflows/python.yml
.github/workflows/rust.yml
.github/workflows/rust_publish.yml
benchmarks/__init__.py
benchmarks/benchmarks.py
binder/README.md
binder/environment.yml
data/GCF_000005845.2_ASM584v2_genomic.fna.gz
data/GCF_000006945.1_ASM694v1_genomic.fna.gz
data/GCF_000783305.1_ASM78330v1_genomic.fna.gz
data/README.md
data/eschericia-sigs.tar.gz
doc/Makefile
doc/api-example.md
doc/api.md
doc/classifying-signatures.md
doc/command-line.md
doc/conf.py
doc/databases.md
doc/developer.md
doc/environment.yml
doc/index.md
doc/kmers-and-minhash.ipynb
doc/more-info.md
doc/other-languages.md
doc/plotting-compare.ipynb
doc/podar-lineage.csv
doc/release.md
doc/requirements.md
doc/runtime.txt
doc/sourmash-collections.ipynb
doc/sourmash-examples.ipynb
doc/sourmash-sketch.md
doc/storage.md
doc/support.md
doc/tutorial-basic.md
doc/tutorials-lca.md
doc/tutorials.md
doc/using-LCA-database-API.ipynb
doc/using-sourmash-a-guide.md
doc/_static/cmp.matrix.png
doc/_static/custom.css
doc/_static/ecoli-cmp.Rmd
doc/_static/ecoli-cmp.html
doc/_static/ecoli.cmp.csv
doc/_static/ecoli_cmp.matrix.png
doc/_static/logo.png
doc/_static/logo.svg
doc/_static/shakya-unaligned-contigs.sig
doc/_templates/.empty
doc/genomes/akkermansia.fa
doc/genomes/shew_os185.fa
doc/genomes/shew_os223.fa
doc/release-notes/releases.md
doc/release-notes/sourmash-2.0.md
doc/release-notes/sourmash-3.0.md
doc/release-notes/sourmash-4.0.md
include/sourmash.h
nix/rust.nix
nix/sources.json
nix/sources.nix
src/core/Cargo.toml
src/core/README.md
src/core/cbindgen.toml
src/core/benches/compute.rs
src/core/benches/index.rs
src/core/benches/nodegraph.rs
src/core/examples/generate_mqfs.rs
src/core/src/cmd.rs
src/core/src/encodings.rs
src/core/src/errors.rs
src/core/src/from.rs
src/core/src/lib.rs
src/core/src/signature.rs
src/core/src/wasm.rs
src/core/src/ffi/hyperloglog.rs
src/core/src/ffi/minhash.rs
src/core/src/ffi/mod.rs
src/core/src/ffi/nodegraph.rs
src/core/src/ffi/signature.rs
src/core/src/ffi/utils.rs
src/core/src/ffi/cmd/compute.rs
src/core/src/ffi/cmd/mod.rs
src/core/src/index/bigsi.rs
src/core/src/index/linear.rs
src/core/src/index/mod.rs
src/core/src/index/search.rs
src/core/src/index/storage.rs
src/core/src/index/sbt/mhbt.rs
src/core/src/index/sbt/mhmt.rs
src/core/src/index/sbt/mod.rs
src/core/src/sketch/minhash.rs
src/core/src/sketch/mod.rs
src/core/src/sketch/nodegraph.rs
src/core/src/sketch/hyperloglog/estimators.rs
src/core/src/sketch/hyperloglog/mod.rs
src/core/tests/finch.rs
src/core/tests/minhash.rs
src/core/tests/test.rs
src/sourmash/__init__.py
src/sourmash/__main__.py
src/sourmash/_lowlevel.py
src/sourmash/_lowlevel__ffi.py
src/sourmash/command_compute.py
src/sourmash/command_sketch.py
src/sourmash/commands.py
src/sourmash/compare.py
src/sourmash/exceptions.py
src/sourmash/fig.py
src/sourmash/hll.py
src/sourmash/index.py
src/sourmash/logging.py
src/sourmash/minhash.py
src/sourmash/nodegraph.py
src/sourmash/np_utils.py
src/sourmash/sbt.py
src/sourmash/sbt_storage.py
src/sourmash/sbtmh.py
src/sourmash/search.py
src/sourmash/signature.py
src/sourmash/sourmash_args.py
src/sourmash/utils.py
src/sourmash/version.py
src/sourmash.egg-info/PKG-INFO
src/sourmash.egg-info/SOURCES.txt
src/sourmash.egg-info/dependency_links.txt
src/sourmash.egg-info/entry_points.txt
src/sourmash.egg-info/not-zip-safe
src/sourmash.egg-info/requires.txt
src/sourmash.egg-info/top_level.txt
src/sourmash/cli/.gitignore
src/sourmash/cli/__init__.py
src/sourmash/cli/categorize.py
src/sourmash/cli/compare.py
src/sourmash/cli/compute.py
src/sourmash/cli/gather.py
src/sourmash/cli/import_csv.py
src/sourmash/cli/index.py
src/sourmash/cli/info.py
src/sourmash/cli/migrate.py
src/sourmash/cli/multigather.py
src/sourmash/cli/plot.py
src/sourmash/cli/sbt_combine.py
src/sourmash/cli/search.py
src/sourmash/cli/utils.py
src/sourmash/cli/watch.py
src/sourmash/cli/lca/__init__.py
src/sourmash/cli/lca/classify.py
src/sourmash/cli/lca/compare_csv.py
src/sourmash/cli/lca/index.py
src/sourmash/cli/lca/rankinfo.py
src/sourmash/cli/lca/summarize.py
src/sourmash/cli/sig/__init__.py
src/sourmash/cli/sig/cat.py
src/sourmash/cli/sig/describe.py
src/sourmash/cli/sig/downsample.py
src/sourmash/cli/sig/export.py
src/sourmash/cli/sig/extract.py
src/sourmash/cli/sig/filter.py
src/sourmash/cli/sig/flatten.py
src/sourmash/cli/sig/ingest.py
src/sourmash/cli/sig/intersect.py
src/sourmash/cli/sig/merge.py
src/sourmash/cli/sig/overlap.py
src/sourmash/cli/sig/rename.py
src/sourmash/cli/sig/split.py
src/sourmash/cli/sig/subtract.py
src/sourmash/cli/sketch/__init__.py
src/sourmash/cli/sketch/dna.py
src/sourmash/cli/sketch/protein.py
src/sourmash/cli/sketch/translate.py
src/sourmash/cli/storage/__init__.py
src/sourmash/cli/storage/convert.py
src/sourmash/lca/__init__.py
src/sourmash/lca/__main__.py
src/sourmash/lca/command_classify.py
src/sourmash/lca/command_compare_csv.py
src/sourmash/lca/command_index.py
src/sourmash/lca/command_rankinfo.py
src/sourmash/lca/command_summarize.py
src/sourmash/lca/lca_db.py
src/sourmash/lca/lca_utils.py
src/sourmash/sig/__init__.py
src/sourmash/sig/__main__.py
tests/conftest.py
tests/sourmash_tst_utils.py
tests/test__minhash.py
tests/test__minhash_hypothesis.py
tests/test_api.py
tests/test_bugs.py
tests/test_cmd_signature.py
tests/test_compare.py
tests/test_deprecated.py
tests/test_hll.py
tests/test_index.py
tests/test_jaccard.py
tests/test_lca.py
tests/test_lca_functions.py
tests/test_nodegraph.py
tests/test_np_utils.py
tests/test_rustobj.py
tests/test_sbt.py
tests/test_signature.py
tests/test_sourmash.py
tests/test_sourmash_compute.py
tests/test_sourmash_sketch.py
utils/.gitignore
utils/README.md
utils/check-tree.py
utils/compute-dna-mh-another-way.py
utils/compute-input-prot-another-way.py
utils/compute-prot-mh-another-way.py
utils/trim-noV.sh