# Installer trim-galore avec Homebrew, apt

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de trim-galore pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:trim-galore
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install trim-galore
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install trim-galore
```

  Preuve: Debian stable package indexes: trim-galore from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## Faits du paquet

- **Clé du paquet:** brew:trim-galore
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/trim-galore>
- **Version:** 2.3.0
- **Résumé source:** Quality and adapter trimming for FastQ sequencing reads
- **Page d'accueil:** <https://github.com/FelixKrueger/TrimGalore>
- **Dépôt:** <https://github.com/FelixKrueger/TrimGalore>
- **Licence:** GPL-3.0-only
- **Archive source:** <https://github.com/FelixKrueger/TrimGalore/archive/refs/tags/v2.3.0.tar.gz>
- **Dernière mise à jour:** 2026-07-11T13:10:09+02:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- trim_galore (cli)
- trim_galore (alias)

## Dépendances de compilation

- rust

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 2.3.0
- gestionnaire mis à jour: 2026-07-11
- données locales: OK
- dépôt amont: https://github.com/FelixKrueger/TrimGalore
- dernière version détectée: v2.3.0 (à jour)
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 2012: Official changelog lists v0.1.3 on 14 Mar 2012 and v0.1.4 on 21 Mar 2012.
- 2013: v0.3.x releases expanded the early Perl wrapper line.
- 2019: v0.6.0 was released on 1 Mar 2019.
- 2021: v0.6.7 was released to obtain a Zenodo DOI.
- 2026: v0.6.11 was released on 24 Feb 2026.
- 2026: v2.x introduced the Rust rewrite as a single static binary and drop-in successor to v0.6.x.

### Related projects

- Cutadapt was the adapter-trimming engine wrapped by the historical Perl Trim Galore implementation.
- FastQC provided external quality-control reports in the older workflow; v2 integrates FastQC-compatible reporting through fastqc-rust.
- MultiQC is relevant because Trim Galore reports, including v2 JSON reports, are intended for aggregation in sequencing QC workflows.

### Sources

- <https://www.bioinformatics.babraham.ac.uk/projects/trim_galore/>
- <https://www.trimgalore.com/>
- <https://www.trimgalore.com/guide/overview/>
- <https://www.trimgalore.com/install/>
- <https://www.trimgalore.com/quickstart/>
- <https://www.trimgalore.com/reference/changelog/>
- <https://www.trimgalore.com/reference/credits/>
- source_facts.package-manager


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour trim-galore. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.


## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** trim-galore
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - trim-galore - 0.6.10-1: normalized package name match | Debian stable package indexes: trim-galore from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | automate quality and adapter trimming for DNA sequencing | https://www.bioinformatics.babraham.ac.uk/projects/trim_galore/
- Ubuntu apt - trim-galore - 0.6.10-1: normalized package name match | Ubuntu 24.04 LTS package indexes: trim-galore from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | automate quality and adapter trimming for DNA sequencing | https://www.bioinformatics.babraham.ac.uk/projects/trim_galore/


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/fr/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [rust](https://pkg.so/fr/brew/rust/) - Build dependency declared by Homebrew.
- [fastp](https://pkg.so/fr/brew/fastp/) - Shares pkgdb curated category or tags: bioinformatics, cli, fastq, quality-control, science.
- [rasusa](https://pkg.so/fr/brew/rasusa/) - Shares pkgdb curated category or tags: bioinformatics, cli, fastq, science, sequencing.
- [fastq-tools](https://pkg.so/fr/brew/fastq-tools/) - Shares pkgdb curated category or tags: bioinformatics, cli, fastq, science, sequencing.
- [fastqc](https://pkg.so/fr/brew/fastqc/) - Shares pkgdb curated category or tags: bioinformatics, cli, fastq, quality-control, science.
- [bbtools](https://pkg.so/fr/brew/bbtools/) - Shares pkgdb curated category or tags: bioinformatics, cli, ngs, quality-control, science.
- [badread](https://pkg.so/fr/brew/badread/) - Shares pkgdb curated category or tags: bioinformatics, cli, science, sequencing.
- [adapterremoval](https://pkg.so/fr/brew/adapterremoval/) - Shares pkgdb curated category or tags: adapter-trimming, bioinformatics, cli, fastq, science.
- [cutadapt](https://pkg.so/fr/brew/cutadapt/) - Shares pkgdb curated category or tags: adapter-trimming, bioinformatics, cli, ngs, science.
- [nanoq](https://pkg.so/fr/brew/nanoq/) - Both packages touch the same language runtime or ecosystem. Shared terms: bioinformatics, cli, control, fastq, quality.

## Combined YAML source

View the package source record on GitHub. [combined/trim-galore.yml](https://github.com/mxcl/pkgdb/blob/main/combined/trim-galore.yml)


## Sources

- pkg.so package database
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
