Official BBTools repository maintained by Brian Bushnell
BBTools is a suite of fast, multithreaded bioinformatics tools designed for analysis of DNA and RNA sequence data. BBTools can handle common sequencing and bioinformatics file formats such as fastq, fasta, sam, bam, scarf, fasta+qual, gff, gtf, vcf, and gzip/bgzip/bzip2 compressed files.
- Brian Bushnell - Primary Developer
- Jon Rood - Contributor
- Shijie Yao - Contributor
Current Version: 39.39
- High Performance: Multithreaded, efficient memory usage, and optimized algorithms
- Comprehensive Suite: Over 100 tools for various bioinformatics tasks
- Format Flexibility: Handles multiple file formats with automatic format detection and proper support for twin or interleaved files
- Platform Independent: Pure Java implementation runs on any system with Java 8+
- Production Ready: Used in production at JGI, and cited in thousands of publications
- BBMap: Short read aligner for DNA and RNA-seq data
- BBDuk: Adapter trimming, quality filtering, and contaminant removal
- BBMerge: Paired read merging with error correction
- BBNorm: Error correction and normalization
- Tadpole: Fast assembler for small genomes or metagenomes
- Clumpify: Reorder reads to maximize compression and speed up analysis
- CallVariants: Variant calling from aligned reads
- BBCMS: Error correction via conditional median filtering
- BBDuk: Quality trimming and adapter removal
- BBSplit: Binning reads by mapping to multiple references
- Clumpify: Reorder reads to maximize compression
- Tadpole: Extremely fast micro-assembler
- BBTools Assembly Pipeline: Complete assembly workflow
- SendSketch: Identify organisms rapidly using a remote server
- CompareSketch: Compare organisms or custom databases locally using MinHash
# Download the latest version
wget https://sourceforge.net/projects/bbmap/files/latest/download -O BBTools.tar.gz
tar -xzf BBTools.tar.gz
cd bbmap
# Test installation
./bbversion.sh
- Java 8 or higher (Java 17+ recommended)
- Bash recommended but not required
Comprehensive documentation is available in the /docs
directory:
readme.txt
- General informationUsageGuide.txt
- Detailed usage instructionsToolDescriptions.txt
- Description of all tools
bbduk.sh in=reads.fq out=clean.fq ref=adapters ktrim=r k=23 mink=11 hdist=1 tpe tbo
bbmap.sh ref=reference.fasta in=reads.fq out=mapped.sam
tadpole.sh in=reads.fq out=corrected.fq mode=correct k=62
We welcome contributions! Contact Brian if there is a tool or functionality you want to add.
BBTools is free for unlimited use.
If you use BBTools in your research, please cite:
Bushnell, B. (2014) BBMap: A Fast, Accurate, Splice-Aware Aligner.
BBTools official website: https://bbmap.org
GitHub: https://github.com/bbushnell/BBTools
- Official Website: bbmap.org
- SourceForge: sourceforge.net/projects/bbmap
BBTools is developed at the Joint Genome Institute (JGI), part of Lawrence Berkeley National Laboratory (LBNL)