macOS
brew install trim-galorelocal Homebrew formula metadata
brew / rank 12247
Quality and adapter trimming for FastQ sequencing reads. Version 2.3.0 via Homebrew; verified 2026-07-11. Also installable with debian: sudo apt install trim-galore.
install
brew install trim-galorelocal Homebrew formula metadata
sudo apt install trim-galoreDebian stable package indexes · trim-galore · source: deb.debian.org
overview
Quality and adapter trimming for FastQ sequencing reads
history
Trim Galore is a command-line tool for adapter and quality trimming of FASTQ sequencing reads, with extra support for bisulfite and RRBS workflows. It began as a Perl wrapper around Cutadapt and FastQC and later moved to a Rust implementation that preserves the established command-line interface and output conventions.
The original Trim Galore project was developed at Babraham Bioinformatics by Felix Krueger. Official Babraham documentation describes it as a wrapper around Cutadapt and FastQC for consistent quality and adapter trimming of FastQ files, including special handling for MspI-digested RRBS libraries.
The official Trim Galore documentation describes v2.x as a faithful Rust rewrite of the earlier v0.6.x Perl tool. The rewrite consolidated adapter trimming, gzip handling, and FastQC-compatible reporting into a single static binary while retaining compatibility with common v0.6.x scripts and pipelines.
Trim Galore became common in next-generation sequencing preprocessing because it wrapped the separate Cutadapt and FastQC steps behind one stable CLI and produced conventional FASTQ outputs plus trimming reports. The current docs describe more than ten years of production use and identify the older Perl wrapper as a de-facto standard in many bisulfite sequencing pipelines.
Package-manager adoption spans bioinformatics and general Unix packaging channels: the supplied package facts list Homebrew, Debian, and Ubuntu package names, while the official installation guide documents Bioconda, crates.io, Docker, source builds, and prebuilt binaries as current installation paths.
Typical usage is file-oriented and pipeline-friendly: run `trim_galore input.fastq.gz` for single-end reads, `trim_galore --paired sample_R1.fastq.gz sample_R2.fastq.gz` for paired-end reads, and add workflow-specific flags such as `--rrbs`, `--fastqc`, `--cores`, `--poly_a`, or explicit adapter specifications.
Trim Galore writes trimmed FASTQ files and per-input trimming reports. The v2 documentation also describes structured JSON reports for MultiQC and an in-process FastQC-compatible reporting path.
Trim Galore matters to package-manager users because it sits at the boundary between classic scientific scripting and modern single-binary distribution. The old Perl-era package pulled together Perl, Python/Cutadapt, Java/FastQC, and compression tools; the v2 rewrite turns the same familiar CLI into a Rust binary with no runtime dependencies.
For reproducible bioinformatics environments, it is notable that the official install page now supports multiple packaging cultures: Cargo/crates.io, Bioconda, Docker via GitHub Container Registry, source builds, and release binaries, while distro/package-manager metadata in the input shows Homebrew, Debian, and Ubuntu coverage.
security posture
No matching local secret-handling manifest was found for trim-galore. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
trim_galore | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:trim-galore |
|---|---|
| Version | 2.3.0 |
| Package manager | Homebrew |
| Homepage | https://github.com/FelixKrueger/TrimGalore |
| Repository | https://github.com/FelixKrueger/TrimGalore |
| Last updated | 2026-07-11T13:10:09+02:00 |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
trim-galore 0.6.10-1
automate quality and adapter trimming for DNA sequencing
https://www.bioinformatics.babraham.ac.uk/projects/trim_galore/
sudo apt install trim-galoretrim-galore 0.6.10-1
automate quality and adapter trimming for DNA sequencing
https://www.bioinformatics.babraham.ac.uk/projects/trim_galore/
sudo apt install trim-galoresource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.