Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 757 Bytes

api.md

File metadata and controls

41 lines (29 loc) · 757 Bytes

sourmash Python API

The primary programmatic way of interacting with sourmash is via its Python API.

Please also see examples of using the API.

   :depth: 2

MinHash: basic MinHash sketch functionality

.. autoclass:: sourmash.MinHash
   :members:

   .. automethod:: __init__

SourmashSignature: save and load MinHash sketches in JSON

.. automodule:: sourmash.signature
   :members:

SBT: save and load Sequence Bloom Trees in JSON

.. automodule:: sourmash.sbt
   :members: GraphFactory, Node, NodePos, SBT, Leaf
   :undoc-members:

sourmash.fig: make plots and figures

.. automodule:: sourmash.fig
   :members: