Automic VaultAutomic Vault

brew

使用 Homebrew, apt, MacPorts, Nix 安装 bedtools

查看 bedtools 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install bedtools

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install bedtools

MacPorts ports tree · science/bedtools/Portfile · 来源: api.github.com

Linux

Debian apt已验证 · 92%
sudo apt install bedtools

Debian stable package indexes · bedtools · 来源: deb.debian.org

Nix已验证 · 92%
nix profile install nixpkgs#bedtools

nixpkgs package indexes · pkgs/by-name/be/bedtools/package.nix · 来源: api.github.com

概览

软件包摘要

Tools for genome arithmetic (set theory on the genome)

命令和别名

  • annotateBed
  • bamToBed
  • bamToFastq
  • bed12ToBed6
  • bedToBam
  • bedToIgv
  • bedpeToBam
  • bedtools
  • closestBed
  • clusterBed
  • complementBed
  • coverageBed
  • expandCols
  • fastaFromBed
  • flankBed
  • genomeCoverageBed
  • getOverlap
  • groupBy
  • intersectBed
  • linksBed
  • mapBed
  • maskFastaFromBed
  • mergeBed
  • multiBamCov
  • multiIntersectBed
  • nucBed
  • pairToBed
  • pairToPair
  • randomBed
  • shiftBed
  • shuffleBed
  • slopBed

历史

项目历史与用法

bedtools is one of the standard command-line toolkits for genome arithmetic: set-theory style operations over BED, BAM, GFF/GTF, VCF, and related genomic interval data.

项目历史

Aaron Quinlan first created bedtools in spring 2009 to answer genomics questions that were too slow or awkward with existing web tools and locally installed UCSC/Kent utilities. The official overview says the initial public version appeared in spring 2009 and originally supported only 6-column BED files.

The project was described in the 2010 Bioinformatics paper 'BEDTools: a flexible suite of utilities for comparing genomic features.' The toolkit later expanded beyond BED to support BAM alignments, GFF, blocked BED, and VCF, while keeping the command-line pipeline model.

The modern bedtools2 GitHub repository was created in December 2013. The README describes bedtools as the 'swiss army knife for genome arithmetic' and says it is maintained by the Quinlan Laboratory at the University of Virginia.

采用历史

The supplied metadata shows bedtools packaged across Homebrew, Debian, Ubuntu, MacPorts, Nix, and other distribution indexes, reflecting broad adoption as a default genomics CLI dependency.

bedtools adoption is also visible in downstream tooling: the README asks users to cite pybedtools separately, and the docs emphasize combining bedtools operations with Unix pipes for more sophisticated analyses.

使用方式

Common bedtools workflows include intersecting intervals, merging nearby features, computing coverage, extracting FASTA sequence, shuffling or randomizing intervals, generating genome coverage, mapping summaries over overlaps, and converting between BAM, BED, FASTQ, and other formats.

The toolkit is designed for shell composition. The official overview highlights stdin support so users can stream multiple commands together and control exactly how overlap results are reported.

为什么软件包爱好者会关心

bedtools is package-nerd significant because it is a canonical scientific Unix package: a suite of many small executables, stable command names, text formats, manpage-like docs, and enormous downstream workflow dependence.

It also demonstrates the tension package managers handle for research software: upstream users expect old command aliases such as intersectBed and newer unified bedtools subcommands, while distributions need reproducible builds for C++ genomics tooling that is commonly used in pipelines and papers.

In the bioinformatics package graph, bedtools is not just an application; it is infrastructure. Other tools, workflow examples, papers, and wrappers often assume it exists on PATH.

时间线

  • 2009: Initial public version released in spring 2009.
  • 2010: BEDTools paper published in Bioinformatics.
  • 2013: bedtools2 GitHub repository created.
  • 2021: v2.30.0 release published.
  • 2023: v2.31.1 release published.

Related projects

  • BEDOPS is a close peer focused on sorted-data performance, Starch compression, and scalable interval operations.
  • pybedtools wraps bedtools functionality for Python users and has its own Bioinformatics citation.
  • UCSC Genome Browser, Galaxy, and Kent source utilities are named in the official overview as predecessor tools that shaped bedtools' motivation.

安全态势

风险级别:orange

infrastructure mutation or orchestration signal.

风险分类器

orange 风险 · 中 置信度 · infrastructure

原因

  • infrastructure mutation or orchestration signal

信号

  • text:cluster

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 1 个运行时依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
annotateBedcli全局可执行文件
bamToBedcli全局可执行文件
bamToFastqcli全局可执行文件
bed12ToBed6cli全局可执行文件
bedToBamcli全局可执行文件
bedToIgvcli全局可执行文件
bedpeToBamcli全局可执行文件
bedtoolscli全局可执行文件
closestBedcli全局可执行文件
clusterBedcli全局可执行文件
complementBedcli全局可执行文件
coverageBedcli全局可执行文件
expandColscli全局可执行文件
fastaFromBedcli全局可执行文件
flankBedcli全局可执行文件
genomeCoverageBedcli全局可执行文件
getOverlapcli全局可执行文件
groupBycli全局可执行文件
intersectBedcli全局可执行文件
linksBedcli全局可执行文件
mapBedcli全局可执行文件
maskFastaFromBedcli全局可执行文件
mergeBedcli全局可执行文件
multiBamCovcli全局可执行文件
multiIntersectBedcli全局可执行文件
nucBedcli全局可执行文件
pairToBedcli全局可执行文件
pairToPaircli全局可执行文件
randomBedcli全局可执行文件
shiftBedcli全局可执行文件
shuffleBedcli全局可执行文件
slopBedcli全局可执行文件
sortBedcli全局可执行文件
subtractBedcli全局可执行文件
tagBamcli全局可执行文件
unionBedGraphscli全局可执行文件
windowBedcli全局可执行文件
windowMakercli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-08
管理器版本2.31.1
管理器更新时间
本地数据OK
上游当前
检测到的最新版本v2.31.1

https://github.com/arq5x/bedtools2

  • 信息No package-manager update timestamp was available.低 置信度

安装元数据

软件包元数据

软件包键brew:bedtools
版本2.31.1
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/bedtools
主页https://github.com/arq5x/bedtools2
仓库https://github.com/arq5x/bedtools2
上游文档https://bedtools.readthedocs.io/en/latest
许可证MIT
源码归档https://github.com/arq5x/bedtools2/archive/refs/tags/v2.31.1.tar.gz
依赖xz
macOS 提供的库bzip2
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namebedtools
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

bedtools 2.31.1+dfsg-2

suite of utilities for comparing genomic features

https://github.com/arq5x/bedtools2

sudo apt install bedtools
  • Section: science
  • Architecture: amd64
  • 6 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Bedtools
Debian stable package indexes · deb.debian.org · Debian stable package indexes: bedtools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

bedtools-test 2.31.1+dfsg-2

test data for the bedtools package

https://github.com/arq5x/bedtools2

sudo apt install bedtools-test
  • Section: science
  • Architecture: all
  • Source Package: bedtools
  • 1 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Bedtools
Debian stable package indexes · deb.debian.org · Debian stable package indexes: bedtools-test from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

bedtools

nix profile install nixpkgs#bedtools
  • normalized package name match
  • 匹配方式:Bedtools
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/be/bedtools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

bedtools 2.31.1+dfsg-2

suite of utilities for comparing genomic features

https://github.com/arq5x/bedtools2

sudo apt install bedtools
  • Section: universe/science
  • Architecture: amd64
  • 6 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Bedtools
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: bedtools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

bedtools-test 2.31.1+dfsg-2

test data for the bedtools package

https://github.com/arq5x/bedtools2

sudo apt install bedtools-test
  • Section: universe/science
  • Architecture: all
  • Source Package: bedtools
  • 1 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Bedtools
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: bedtools-test from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
MacPorts95%

bedtools

sudo port install bedtools
  • normalized package name match
  • 匹配方式:Bedtools
MacPorts ports tree · api.github.com · MacPorts ports tree: science/bedtools/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment