getGtfFileFromYaml: Get GTF file path from YAML

View source: R/getGtfFileFromYaml.R

getGtfFileFromYamlR Documentation

Get GTF file path from YAML

Description

Get GTF file path from YAML

Usage

getGtfFileFromYaml(yaml)

Arguments

yaml

list. YAML metadata.

Value

character(1) or NULL. File path if the file exists. NULL if the file does not exist.

Note

Updated 2022-03-07.

Author(s)

Michael Steinbaugh

Examples

file <- file.path(bcbioBaseTestsUrl, "summary.yaml")
yaml <- import(file)
x <- getGtfFileFromYaml(yaml)
print(x)

hbc/bcbioBase documentation built on Oct. 18, 2023, 1:02 p.m.