bioseqkit documentation ======================== *bioseqkit* is a lightweight, dependency-free biological sequence processing toolkit: pure-Python FASTA/FASTQ parsing, statistics, transformations, k-mer / minimizer analysis and FAI-like random-access indexing. .. toctree:: :maxdepth: 2 :caption: Contents quickstart API reference ------------- .. automodule:: bioseqkit.io :members: .. automodule:: bioseqkit.stats :members: .. automodule:: bioseqkit.transform :members: .. automodule:: bioseqkit.kmer :members: .. automodule:: bioseqkit.index :members: Indices ------- * :ref:`genindex` * :ref:`modindex`