# autocycler を Homebrew でインストール

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install autocycler
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:autocycler
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/autocycler>
- **バージョン:** 0.6.2
- **ソース概要:** Tool for generating consensus long-read assemblies for bacterial genomes
- **ホームページ:** <https://github.com/rrwick/Autocycler>
- **リポジトリ:** <https://github.com/rrwick/Autocycler>
- **上流ドキュメント:** <https://github.com/rrwick/Autocycler/wiki>
- **ライセンス:** GPL-3.0-or-later
- **ソースアーカイブ:** <https://github.com/rrwick/Autocycler/archive/refs/tags/v0.6.2.tar.gz>
- **最終更新:** 2026-04-14T10:27:47Z
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- autocycler (cli)
- autocycler (エイリアス)

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 0.6.2
- マネージャ更新日: 2026-04-14
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/rrwick/Autocycler
- 検出された最新: v0.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

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** autocycler
- **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


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Scientific computing packages](https://www.automicvault.com/ja/pkg/scientific-computing-tools/) - Matched scientific computing metadata.
- [rust](https://www.automicvault.com/ja/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [bedtools](https://www.automicvault.com/ja/pkg/brew/bedtools/) - Shares av.db curated category or tags: bioinformatics, cli, genome, science.
- [abpoa](https://www.automicvault.com/ja/pkg/brew/abpoa/) - Shares av.db curated category or tags: bioinformatics, cli, science.
- [abricate](https://www.automicvault.com/ja/pkg/brew/abricate/) - Shares av.db curated category or tags: bioinformatics, cli, science.
- [abyss](https://www.automicvault.com/ja/pkg/brew/abyss/) - Shares av.db curated category or tags: bioinformatics, cli, science.
- [adapterremoval](https://www.automicvault.com/ja/pkg/brew/adapterremoval/) - Shares av.db curated category or tags: bioinformatics, cli, science.
- [alevin-fry](https://www.automicvault.com/ja/pkg/brew/alevin-fry/) - Shares av.db curated category or tags: bioinformatics, cli, science.
- [any2fasta](https://www.automicvault.com/ja/pkg/brew/any2fasta/) - Shares av.db curated category or tags: bioinformatics, cli, science.
- [augustus](https://www.automicvault.com/ja/pkg/brew/augustus/) - Shares av.db curated category or tags: bioinformatics, cli, science.
- [polypolish](https://www.automicvault.com/ja/pkg/brew/polypolish/) - Local package facts share a topical domain. Shared terms: assemblies, assembly, bioinformatics, cli, genome.
- [flye](https://www.automicvault.com/ja/pkg/brew/flye/) - Local package facts share a topical domain. Shared terms: assembly, bioinformatics, cli, genome, long.
- [badread](https://www.automicvault.com/ja/pkg/brew/badread/) - Local package facts share a topical domain. Shared terms: bioinformatics, cli, long, read, science.

## Combined YAML source

View the package source record on GitHub. [combined/autocycler.yml](https://github.com/automic-vault/db/blob/main/combined/autocycler.yml)


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- cross-ecosystem install command graph
