UMI-tools is a suite of tools for processing unique molecular identifiers (UMIs) in next-generation sequencing data. It provides methods to extract, deduplicate, and error-correct UMIs, supporting common formats like SAM/BAM and FastQ. The current version is 1.1.6, with occasional releases.
pip install umi-toolsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: import and instantiate a clusterer.
Use `umi_tools dedup ...` instead of `umi-tools dedup`.
Change imports to lowercase: `from umi_tools import ...` and update function names per v1 changelog.
Use `umi_tools extract` instead of `umi_tools umis`.