# autocycler を Homebrew でインストール

autocycler のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:autocycler
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install autocycler
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:autocycler
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.6.2
- **ソース概要:** Tool for generating consensus long-read assemblies for bacterial genomes
- **ホームページ:** <https://github.com/rrwick/Autocycler>
- **リポジトリ:** <https://github.com/rrwick/Autocycler>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- autocycler (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.6.2
## プロジェクトの歴史と使われ方

Autocycler is a Rust command-line tool for generating consensus long-read bacterial genome assemblies from multiple alternative assemblies.

### プロジェクトの歴史

The GitHub repository was created on 2023-11-10 and the first public GitHub release, v0.1.0, was published on 2024-11-11. The README describes Autocycler as the successor to Trycycler and says most users should prefer Autocycler over Trycycler.

In 2025, Wick, Howden and Stinear published the Autocycler paper in Bioinformatics, giving the project a formal citation path for research use. By 2026 the project had reached v0.6.2, published on 2026-04-14.

### 採用の歴史

Autocycler's adoption path is academic and bioinformatics-oriented: the README asks research users to cite the Bioinformatics paper, the wiki provides workflows for automated and manually curated assemblies, and the installation docs mention Bioconda in addition to pre-built binaries.

Its scope is intentionally narrower than general genome assembly: the wiki says it aims to produce complete bacterial genome assemblies and requires input assemblies that are mostly or ideally all complete.

### 使われ方

The wiki describes a multi-step workflow: subsample reads, generate several input assemblies with supported long-read assemblers, compress assemblies into a unitig graph, cluster contigs, trim and resolve clusters, then combine resolved clusters into consensus_assembly.fasta.

For minimal setup, the very quick start points users at a conda environment and an automated Bash pipeline that runs the full process with reads.fastq.gz, thread count and parallel job count.

### パッケージ好きにとっての重要性

Autocycler is notable for packaging a modern Rust bioinformatics executable whose usefulness depends on a surrounding toolchain of long-read assemblers. The binary itself is standalone, but real-world workflows often rely on conda environments, Dockerfiles or pipeline scripts to assemble the full stack.

For package databases, it is a good example of a domain-specific CLI where the Homebrew formula exposes only one executable while the official docs point to Bioconda and custom environments for complete scientific workflows.

### タイムライン

- 2023: GitHub repository created on 2023-11-10.
- 2024: v0.1.0 released on 2024-11-11.
- 2025: Autocycler paper published in Bioinformatics.
- 2026: v0.6.2 released on 2026-04-14.

### Related projects

- The README identifies Trycycler as Autocycler's predecessor.
- The wiki's automated workflow references long-read assemblers including canu, flye, metamdbg, miniasm, necat, nextdenovo, plassembler and raven.

### ソース

- <https://api.github.com/repos/rrwick/Autocycler>
- <https://api.github.com/repos/rrwick/Autocycler/releases>
- <https://doi.org/10.1093/bioinformatics/btaf474>
- <https://github.com/rrwick/Autocycler#readme>
- <https://github.com/rrwick/Autocycler/wiki>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
