# sratoolkit mit Homebrew, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für sratoolkit in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:sratoolkit
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install sratoolkit
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#sratoolkit
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/sr/sratoolkit/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:sratoolkit
- **Paketmanager:** Homebrew
- **Version:** 3.4.1
- **Quellzusammenfassung:** Data tools for INSDC Sequence Read Archive
- **Homepage:** <https://github.com/ncbi/sra-tools>
- **Repository:** <https://github.com/ncbi/sra-tools>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- abi-dump (Alias)
- abi-dump.3 (Alias)
- abi-dump.3.4.1 (Alias)
- align-info (Alias)
- align-info.3 (Alias)
- align-info.3.4.1 (Alias)
- check-corrupt (Alias)
- check-corrupt.3 (Alias)
- check-corrupt.3.4.1 (Alias)
- fasterq-dump (Alias)
- fasterq-dump-orig.3.4.1 (Alias)
- fasterq-dump.3 (Alias)
- fasterq-dump.3.4.1 (Alias)
- fastq-dump (Alias)
- fastq-dump-orig.3.4.1 (Alias)
- fastq-dump.3 (Alias)
- fastq-dump.3.4.1 (Alias)
- illumina-dump (Alias)
- illumina-dump.3 (Alias)
- illumina-dump.3.4.1 (Alias)
- kdbmeta (Alias)
- kdbmeta.3 (Alias)
- kdbmeta.3.4.1 (Alias)
- ngs-pileup (Alias)
- ngs-pileup.3 (Alias)
- ngs-pileup.3.4.1 (Alias)
- prefetch (Alias)
- prefetch-orig.3.4.1 (Alias)
- prefetch.3 (Alias)
- prefetch.3.4.1 (Alias)
- rcexplain (Alias)
- rcexplain.3 (Alias)
- rcexplain.3.4.1 (Alias)
- ref-variation (Alias)
- ref-variation.3 (Alias)
- ref-variation.3.4.1 (Alias)
- sam-dump (Alias)
- sam-dump-orig.3.4.1 (Alias)
- sam-dump.3 (Alias)
- sam-dump.3.4.1 (Alias)
- sff-dump (Alias)
- sff-dump.3 (Alias)
- sff-dump.3.4.1 (Alias)
- sra-info (Alias)
- sra-info.3 (Alias)
- sra-info.3.4.1 (Alias)
- sra-pileup (Alias)
- sra-pileup-orig.3.4.1 (Alias)
- sra-pileup.3 (Alias)
- sra-pileup.3.4.1 (Alias)
- sra-search (Alias)
- sra-search.3 (Alias)
- sra-search.3.4.1 (Alias)
- sra-stat (Alias)
- sra-stat.3 (Alias)
- sra-stat.3.4.1 (Alias)
- srapath (Alias)
- srapath-orig.3.4.1 (Alias)
- srapath.3 (Alias)
- srapath.3.4.1 (Alias)
- sratools (Alias)
- sratools.3 (Alias)
- sratools.3.4.1 (Alias)
- test-sra (Alias)
- test-sra.3 (Alias)
- test-sra.3.4.1 (Alias)
- var-expand (Alias)
- var-expand.3 (Alias)
- var-expand.3.4.1 (Alias)
- vdb-config (Alias)
- vdb-config.3 (Alias)
- vdb-config.3.4.1 (Alias)
- vdb-decrypt (Alias)
- vdb-decrypt.3 (Alias)
- vdb-decrypt.3.4.1 (Alias)
- vdb-dump (Alias)
- vdb-dump-orig.3.4.1 (Alias)
- vdb-dump.3 (Alias)
- vdb-dump.3.4.1 (Alias)
- vdb-encrypt (Alias)
- vdb-encrypt.3 (Alias)
- vdb-encrypt.3.4.1 (Alias)
- vdb-validate (Alias)
- vdb-validate.3 (Alias)
- vdb-validate.3.4.1 (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 3.4.1
## Projektgeschichte und Nutzung

SRA Toolkit is NCBI's command-line toolkit for working with data in the INSDC Sequence Read Archive. It is one of the standard bioinformatics packages that turns accession identifiers into local data files and converts SRA containers into FASTQ, FASTA, SAM, and related analysis formats.

### Projektgeschichte

The project is maintained in NCBI's `sra-tools` repository and organized around many small CLI tools, including `prefetch`, `fasterq-dump`, `fastq-dump`, `sam-dump`, `vdb-config`, `vdb-validate`, and related VDB utilities. Its release notes show long-running 2.x and 3.x maintenance, with changes covering download behavior, cloud access, build systems, and format conversion.

SRA Toolkit 3.0.1 reorganized the source tree so the end-user toolkit, internal tools, archive loaders, and test tools were separated into different tool categories. That change made explicit the distinction between the tools ordinary package users install and the broader internal machinery around NCBI's archive workflows.

### Adoptionsgeschichte

The package metadata in this batch shows SRA Toolkit packaged by Homebrew and Nix, while NCBI's own wiki documents Linux, macOS, Windows, Docker, and cloud workflows. In practice, package managers carry it because reproducible sequencing workflows often need the same accession-download and FASTQ-conversion commands on laptops, workstations, clusters, and containers.

### Wie es verwendet wird

Common usage centers on `prefetch` to download an accession and `fasterq-dump` to extract FASTQ or FASTA output. The official wiki recommends the `prefetch` plus `fasterq-dump` workflow, documents resumable downloads, validation with `vdb-validate`, local cache configuration with `vdb-config`, and scratch-space considerations for large conversions.

Configuration is a real part of SRA Toolkit usage. NCBI documents `vdb-config -i`, the user repository, remote-access settings, cloud identity reporting, and the `${HOME}/.ncbi/user-settings.mkfg` settings file used by containerized runs.

### Warum Paket-Nerds sich dafür interessieren

SRA Toolkit is package-nerd significant because it is a large scientific CLI suite with many executables, nontrivial runtime configuration, network access, cache behavior, and cloud credential paths. Packaging it well affects reproducible bioinformatics pipelines, HPC modules, container images, and users who expect `prefetch` and `fasterq-dump` to behave consistently across platforms.

### Zeitleiste

- 2021: Official wiki documented toolkit configuration with `vdb-config` and cache/user-repository settings.
- 2022: SRA Toolkit 3.0.1 removed the requirement for interactive configuration and reorganized repository tool categories.
- 2023: SRA Toolkit 3.0.5 added PacBio support and reference-sequence output features to `fasterq-dump`.
- 2024: SRA Toolkit 3.1.0 added SRA Lite-related `prefetch` behavior and AlmaLinux support.
- 2025: SRA Toolkit 3.2.x release notes continued maintenance of `prefetch`, `fasterq-dump`, and build behavior.

### Related projects

- SRA Toolkit is tied to NCBI SRA, INSDC sequence archives, NCBI VDB, dbGaP controlled-access workflows, and cloud storage access patterns documented by NCBI.

### Quellen

- <https://github.com/ncbi/sra-tools>
- <https://github.com/ncbi/sra-tools/wiki/03.-Quick-Toolkit-Configuration>
- <https://github.com/ncbi/sra-tools/wiki/08.-prefetch-and-fasterq-dump>
- <https://github.com/ncbi/sra-tools/wiki/SRA-tools-docker>
- source_facts.executables
- source_facts.package-manager


## Sicherheitshinweise

broad file, network, media, or database tool signal.

- **Geiger-Risiko:** blue / mittel
- broad file, network, media, or database tool signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ${HOME}/.ncbi/user-settings.mkfg
## Andere Paketmanager-Einträge

- Nix - sratoolkit: normalized package name match | nixpkgs package indexes: pkgs/by-name/sr/sratoolkit/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
