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

Definitions for sequence string sets. 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 sequence string sets.

Function Documentation

◆ height()

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

◆ validate()

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