gdb.genome_info: Inspect a resolved genome recipe without building

View source: R/genome-build.R

gdb.genome_infoR Documentation

Inspect a resolved genome recipe without building

Description

Resolves name through the registry chain and returns the recipe (a list) along with the source it was resolved from. Useful for previewing what gdb.build_genome would do.

Usage

gdb.genome_info(name, registry = NULL)

Arguments

name

Genome name.

registry

Optional path to an explicit registry YAML.

Value

A list with components recipe (the resolved recipe) and resolved_from (the registry source).

See Also

gdb.build_genome, gdb.list_genomes.

Examples

gdb.genome_info("hg38")
gdb.genome_info("GCF_009806435.1")


misha documentation built on Aug. 24, 2026, 5:14 p.m.