macOS
brew install mosdepthlocal Homebrew formula metadata
brew / Rang 12854
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für mosdepth in AI-Agent-Workflows.
Installation
brew install mosdepthlocal Homebrew formula metadata
nix profile install nixpkgs#mosdepthnixpkgs package indexes · pkgs/by-name/mo/mosdepth/package.nix · Quelle: api.github.com
sudo apt install mosdepthUbuntu 24.04 LTS package indexes · mosdepth · Quelle: archive.ubuntu.com
Überblick
Fast BAM/CRAM depth calculation for WGS, exome, or targeted sequencing
Verlauf
mosdepth is a command-line tool for fast BAM/CRAM depth and coverage calculation across whole-genome, exome, or targeted sequencing datasets.
mosdepth was introduced by Brent S. Pedersen and Aaron R. Quinlan in a Bioinformatics paper published online in October 2017 and appearing in the March 2018 issue. The paper presented it as a quick coverage calculator for genome and exome sequencing data.
The implementation is written in Nim and uses HTSlib via hts-nim. Its algorithm tracks alignment chunk starts and ends in chromosome-sized arrays rather than using a pileup engine for every read base.
mosdepth gained adoption because sequencing coverage summaries are a routine need for variant calling QC, copy-number workflows, targeted panels, exomes, and whole genomes. The paper compared mosdepth with samtools, bedtools, and sambamba and showed faster runtime on a 30x genome benchmark.
The official README documents binary releases, Bioconda, Homebrew, and Docker usage, making it straightforward to package in bioinformatics environments and reproducible workflow containers.
The CLI consumes position-sorted BAM or CRAM input and can report per-base depth, region summaries from BED files, fixed windows, quantized coverage, coverage thresholds, and distributions.
Users choose mosdepth when they need fast genome-wide or region-based coverage calculation and can accept the memory profile of chromosome-sized arrays.
mosdepth is notable to package maintainers because it is a compact compiled bioinformatics binary whose value comes from speed, HTSlib integration, and predictable command-line output files rather than from daemon-style services or configuration.
It is also a representative Nim-based scientific CLI in package-manager ecosystems that otherwise contain many C/C++, Python, and Perl genomics tools.
Sicherheitslage
Für mosdepth wurde kein passendes lokales Secret-Handling-Manifest gefunden. Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
mosdepth | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/brentp/mosdepth
Installationsmetadaten
| Paketschlüssel | brew:mosdepth |
|---|---|
| Version | 0.3.14 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/mosdepth |
| Homepage | https://github.com/brentp/mosdepth |
| Repository | https://github.com/brentp/mosdepth |
| Lizenz | MIT |
| Quellarchiv | https://github.com/brentp/mosdepth/archive/refs/tags/v0.3.14.tar.gz |
| Zuletzt aktualisiert | 2026-07-13T04:04:09Z |
| Pulse | updated |
| Abhängigkeiten | htslib |
| Build-Abhängigkeiten | nim |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | mosdepth |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
mosdepth
nix profile install nixpkgs#mosdepthmosdepth 0.3.6+ds-1
BAM/CRAM depth calculation biological sequencing
https://github.com/brentp/mosdepth
sudo apt install mosdepthmosdepth-examples 0.3.6+ds-1
Test data for mosdepth
https://github.com/brentp/mosdepth
sudo apt install mosdepth-examplesQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.