takane
Validators for ArtifactDB file formats
|
Definitions for bigBed files. More...
Functions | |
void | validate (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
Definitions for bigBed files.
|
inline |
If Options::bigbed_file_strict_check
is provided, it is used to perform stricter checking of the bigBed file contents. By default, we don't look past the magic number to verify the files as this requires a dependency on heavy-duty libraries like, e.g., HTSlib.
path | Path to the directory containing the bigBed file. |
metadata | Metadata for the object, typically read from its OBJECT file. |
options | Validation options. |