Learn R Programming

misha (version 5.11.23)

gdb.genome_info: 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)

Value

A list with components recipe (the resolved recipe) and

resolved_from (the registry source).

Arguments

name

Genome name.

registry

Optional path to an explicit registry YAML.

See Also

gdb.build_genome, gdb.list_genomes.

Examples

Run this code
gdb.genome_info("hg38")
gdb.genome_info("GCF_009806435.1")

Run the code above in your browser using DataLab