macOS
brew install bedtoolslocal Homebrew formula metadata
sudo port install bedtoolsMacPorts ports tree · science/bedtools/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de bedtools pour les workflows d'agents IA.
installation
brew install bedtoolslocal Homebrew formula metadata
sudo port install bedtoolsMacPorts ports tree · science/bedtools/Portfile · Source: api.github.com
sudo apt install bedtoolsDebian stable package indexes · bedtools · Source: deb.debian.org
nix profile install nixpkgs#bedtoolsnixpkgs package indexes · pkgs/by-name/be/bedtools/package.nix · Source: api.github.com
aperçu
Tools for genome arithmetic (set theory on the genome)
historique
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.
posture de sécurité
infrastructure mutation or orchestration signal.
risque orange · confiance moyen · infrastructure
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
annotateBed | cli | exécutable global | |
bamToBed | cli | exécutable global | |
bamToFastq | cli | exécutable global | |
bed12ToBed6 | cli | exécutable global | |
bedToBam | cli | exécutable global | |
bedToIgv | cli | exécutable global | |
bedpeToBam | cli | exécutable global | |
bedtools | cli | exécutable global | |
closestBed | cli | exécutable global | |
clusterBed | cli | exécutable global | |
complementBed | cli | exécutable global | |
coverageBed | cli | exécutable global | |
expandCols | cli | exécutable global | |
fastaFromBed | cli | exécutable global | |
flankBed | cli | exécutable global | |
genomeCoverageBed | cli | exécutable global | |
getOverlap | cli | exécutable global | |
groupBy | cli | exécutable global | |
intersectBed | cli | exécutable global | |
linksBed | cli | exécutable global | |
mapBed | cli | exécutable global | |
maskFastaFromBed | cli | exécutable global | |
mergeBed | cli | exécutable global | |
multiBamCov | cli | exécutable global | |
multiIntersectBed | cli | exécutable global | |
nucBed | cli | exécutable global | |
pairToBed | cli | exécutable global | |
pairToPair | cli | exécutable global | |
randomBed | cli | exécutable global | |
shiftBed | cli | exécutable global | |
shuffleBed | cli | exécutable global | |
slopBed | cli | exécutable global | |
sortBed | cli | exécutable global | |
subtractBed | cli | exécutable global | |
tagBam | cli | exécutable global | |
unionBedGraphs | cli | exécutable global | |
windowBed | cli | exécutable global | |
windowMaker | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/arq5x/bedtools2
métadonnées d'installation
| Clé du paquet | brew:bedtools |
|---|---|
| Version | 2.31.1 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/bedtools |
| Page d'accueil | https://github.com/arq5x/bedtools2 |
| Dépôt | https://github.com/arq5x/bedtools2 |
| Docs amont | https://bedtools.readthedocs.io/en/latest |
| Licence | MIT |
| Archive source | https://github.com/arq5x/bedtools2/archive/refs/tags/v2.31.1.tar.gz |
| Dépendances | xz |
| Bibliothèques fournies par macOS | bzip2 |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bedtools |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
bedtools 2.31.1+dfsg-2
suite of utilities for comparing genomic features
https://github.com/arq5x/bedtools2
sudo apt install bedtoolsbedtools-test 2.31.1+dfsg-2
test data for the bedtools package
https://github.com/arq5x/bedtools2
sudo apt install bedtools-testbedtools
nix profile install nixpkgs#bedtoolsbedtools 2.31.1+dfsg-2
suite of utilities for comparing genomic features
https://github.com/arq5x/bedtools2
sudo apt install bedtoolsbedtools-test 2.31.1+dfsg-2
test data for the bedtools package
https://github.com/arq5x/bedtools2
sudo apt install bedtools-testbedtools
sudo port install bedtoolspiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.