takane
Validators for ArtifactDB file formats
|
Validation for genomic ranges lists. More...
#include "H5Cpp.h"
#include <filesystem>
#include <stdexcept>
#include <string>
#include "utils_public.hpp"
#include "utils_compressed_list.hpp"
Go to the source code of this file.
Namespaces | |
namespace | takane |
takane validation functions. | |
Functions | |
void | takane::genomic_ranges_list::validate (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
size_t | takane::genomic_ranges_list::height (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
Validation for genomic ranges lists.
|
inline |
path | Path to a directory containing an genomic ranges list. |
metadata | Metadata for the object, typically read from its OBJECT file. |
options | Validation options. |
|
inline |
path | Path to the directory containing the genomic ranges list. |
metadata | Metadata for the object, typically read from its OBJECT file. |
options | Validation options. |