macOS
brew install bedopslocal Homebrew formula metadata
安装
brew install bedopslocal Homebrew formula metadata
sudo apt install bedopsDebian stable package indexes · bedops · 来源: deb.debian.org
nix profile install nixpkgs#bedopsnixpkgs package indexes · pkgs/by-name/be/bedops/package.nix · 来源: api.github.com
概览
Set and statistical operations on genomic data of arbitrary scale
历史
BEDOPS is an open-source command-line toolkit for scalable genomic interval operations, statistical mapping, format conversion, and Starch compression.
BEDOPS grew out of genomics workflows that needed efficient Boolean and statistical operations over large BED-like datasets. The upstream documentation describes it as a toolkit for arbitrary-scale genomic data, built around sorted BED data, streaming Unix I/O, and chromosome-level partitioning.
The project was published in Bioinformatics in 2012 as 'BEDOPS: high-performance genomic feature operations.' The GitHub repository dates to 2013, while copyright and documentation history identify the project line as active from 2011 onward.
A major part of BEDOPS history is the Starch archive format, which the docs describe as lossless compression with metadata and random access by chromosome. That made the suite more than a set-operations command: it became a file-management layer for large interval collections.
BEDOPS is packaged for Homebrew, Debian, Ubuntu, and Nix in the supplied metadata. Its official installation documentation also documents Homebrew, Bioconda, Docker, source builds, and prebuilt binaries, reflecting adoption in both workstation and cluster-style bioinformatics environments.
The revision history shows sustained maintenance across the v2.4 series, including large-input sorting fixes, conversion fixes for GTF/GFF/WIG/SAM/BAM-derived formats, GitHub Actions migration, and a v2.4.42 release in April 2025.
Typical BEDOPS use chains tools such as bedops, bedmap, closest-features, sort-bed, starch, unstarch, and format converters through standard input and output. The docs emphasize streaming pipelines, per-chromosome work splitting, and map-reduce-style parallelization.
BEDOPS is most valuable when researchers need to intersect, merge, subtract, complement, map, summarize, compress, or convert large genomic feature datasets without loading entire whole-genome inputs into memory.
BEDOPS matters to package nerds because it is a classic Unix-philosophy scientific toolkit: many specialized binaries, streamable text interfaces, stable file conventions, and performance claims that matter directly to package users handling large local datasets.
It is also a useful contrast with bedtools. Both live in the genomic-interval ecosystem, but BEDOPS leans hard into sorted data, low memory overhead, Starch compression, and easy chromosome-level parallelism, making packaging details such as compiler support, binary type, and converter scripts unusually important.
安全态势
infrastructure mutation or orchestration signal.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
bam2bed | cli | 全局可执行文件 | |
bam2bed_gnuParallel | cli | 全局可执行文件 | |
bam2bed_sge | cli | 全局可执行文件 | |
bam2bed_slurm | cli | 全局可执行文件 | |
bam2starch | cli | 全局可执行文件 | |
bam2starch_gnuParallel | cli | 全局可执行文件 | |
bam2starch_sge | cli | 全局可执行文件 | |
bam2starch_slurm | cli | 全局可执行文件 | |
bedextract | cli | 全局可执行文件 | |
bedmap | cli | 全局可执行文件 | |
bedops | cli | 全局可执行文件 | |
closest-features | cli | 全局可执行文件 | |
convert2bed | cli | 全局可执行文件 | |
gff2bed | cli | 全局可执行文件 | |
gff2starch | cli | 全局可执行文件 | |
gtf2bed | cli | 全局可执行文件 | |
gtf2starch | cli | 全局可执行文件 | |
gvf2bed | cli | 全局可执行文件 | |
gvf2starch | cli | 全局可执行文件 | |
psl2bed | cli | 全局可执行文件 | |
psl2starch | cli | 全局可执行文件 | |
rmsk2bed | cli | 全局可执行文件 | |
rmsk2starch | cli | 全局可执行文件 | |
sam2bed | cli | 全局可执行文件 | |
sam2starch | cli | 全局可执行文件 | |
sort-bed | cli | 全局可执行文件 | |
starch | cli | 全局可执行文件 | |
starch-diff | cli | 全局可执行文件 | |
starchcat | cli | 全局可执行文件 | |
starchcluster_gnuParallel | cli | 全局可执行文件 | |
starchcluster_sge | cli | 全局可执行文件 | |
starchcluster_slurm | cli | 全局可执行文件 | |
starchstrip | cli | 全局可执行文件 | |
unstarch | cli | 全局可执行文件 | |
update-sort-bed-migrate-candidates | cli | 全局可执行文件 | |
update-sort-bed-slurm | cli | 全局可执行文件 | |
update-sort-bed-starch-slurm | cli | 全局可执行文件 | |
vcf2bed | cli | 全局可执行文件 | |
vcf2starch | cli | 全局可执行文件 | |
wig2bed | cli | 全局可执行文件 | |
wig2starch | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/bedops/bedops
安装元数据
| 软件包键 | brew:bedops |
|---|---|
| 版本 | 2.4.42 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/bedops |
| 主页 | https://github.com/bedops/bedops |
| 仓库 | https://github.com/bedops/bedops |
| 上游文档 | https://bedops.readthedocs.io/en/latest |
| 许可证 | GPL-2.0-or-later |
| 源码归档 | https://github.com/bedops/bedops/archive/refs/tags/v2.4.42.tar.gz |
| 最后更新 | 2026-07-10T11:16:59-04:00 |
| Pulse | updated |
| 依赖 | jansson |
| macOS 提供的库 | bzip2 |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bedops |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
bedops 2.4.41+dfsg-3
high-performance genomic feature operations
https://github.com/bedops/bedops
sudo apt install bedopsbedops-doc 2.4.41+dfsg-3
high-performance genomic feature operations (documentation)
https://github.com/bedops/bedops
sudo apt install bedops-docbedops
nix profile install nixpkgs#bedopsbedops 2.4.41+dfsg-2build1
high-performance genomic feature operations
https://github.com/bedops/bedops
sudo apt install bedopsbedops-doc 2.4.41+dfsg-2build1
high-performance genomic feature operations (documentation)
https://github.com/bedops/bedops
sudo apt install bedops-doc来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.