takane
Validators for ArtifactDB file formats
Loading...
Searching...
No Matches
takane::genomic_ranges Namespace Reference

Definitions for genomic ranges. More...

Functions

void validate (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options)
 
size_t height (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options)
 

Detailed Description

Definitions for genomic ranges.

Function Documentation

◆ height()

size_t takane::genomic_ranges::height ( const std::filesystem::path & path,
const ObjectMetadata & metadata,
Options & options )
inline
Parameters
pathPath to a directory containing genomic ranges.
metadataMetadata for the object, typically read from its OBJECT file.
optionsValidation options.
Returns
The number of ranges.

◆ validate()

void takane::genomic_ranges::validate ( const std::filesystem::path & path,
const ObjectMetadata & metadata,
Options & options )
inline
Parameters
pathPath to the directory containing the genomic ranges.
metadataMetadata for the object, typically read from its OBJECT file.
optionsValidation options.