aviary
Metagenome assembly, genome binning, and annotation pipeline
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Aviary?โผ
Run `npx skills add rhysnewell/aviary --all -g -y` in your terminal to install all skills in this suite globally.
What does Aviary do?โผ
Aviary runs a complete metagenomics workflow: read quality control, de novo assembly, genome binning with multiple algorithms, and taxonomic plus functional annotation of recovered genomes.
Does Aviary support long-read sequencing data?โผ
Yes. It handles short reads, long reads (Nanopore and PacBio), and hybrid assemblies combining both, with assemblers like metaSPAdes, MEGAHIT, Flye, and myloasm.
What databases does Aviary need?โผ
It requires GTDB, EggNOG, CheckM2, and SingleM databases, which can be downloaded automatically using the configure command with the download flag.
Can Aviary combine results from multiple samples?โผ
Yes. The cluster command combines and dereplicates genomes from many separate Aviary runs into a single non-redundant set using Galah.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides