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

Definitions for GFF files. More...

Functions

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

Detailed Description

Definitions for GFF files.

Function Documentation

◆ validate()

void takane::gff_file::validate ( const std::filesystem::path & path,
const ObjectMetadata & metadata,
Options & options )
inline

If Options::gff_file_strict_check is provided, this enables stricter checking of the GFF file contents. By default, we just look at the first few bytes to verify the files.

Parameters
pathPath to the directory containing the GFF file.
metadataMetadata for the object, typically read from its OBJECT file.
optionsValidation options.