Skip to content

Releases: althonos/pysylph

v0.1.2

05 Nov 00:41
v0.1.2
Compare
Choose a tag to compare

Added

  • Sketcher.sketch_paired to sketch paired reads.
  • SampleSketch.kmer_counts to access the k-mer counts of a sketch as a Python dict.
  • deduplicated and fpr parameters to Sketcher to control read deduplication.
  • Package recipe on the Arch User Repository.

v0.1.1

25 Oct 15:10
v0.1.1
Compare
Choose a tag to compare

Added

  • Type annotations to pysylph module.
  • Sphinx documentation with API reference hosted on ReadTheDocs.

Fixed

  • Add missing ProfileResult class to the pysylph.lib module.

Changed

  • Implement reading sequence data using the buffer-protocol in Sketcher methods.