Fast, multithreaded pair-HMM counting of MaP-seq mutations.
Each release carries static cmuts binaries for Linux (x86_64, aarch64) and macOS (arm64). These are self-contained and have no dependencies. The bundled cmuts-align helper requires
On macOS with Homebrew:
brew install minimap2 samtools fastpOn Debian and Ubuntu:
apt install minimap2 samtools fastpAlternatively, you can build from source, which may provide marginal speedups.
Compute reactivity rates via the pair HMM on a specific experiment:
cmuts hmm -f references.fasta -o treated.h5 treated.bamSubtract rates computed from multiple experiments:
cmuts sub -o reactivity.h5 treated.h5 untreated.h5Normalize reactivity rates across experiments:
cmuts norm -o apo-normalized.h5 -o holo-normalized.h5 apo.h5 holo.h5See the docs for more details on each program, the HDF5 outputs, and special use cases.
See CONTRIBUTING.md for information on development builds and running tests.