|
takane
Validators for ArtifactDB file formats
|
Validation for genomic ranges. More...
#include "H5Cpp.h"#include "ritsuko/ritsuko.hpp"#include "ritsuko/hdf5/hdf5.hpp"#include <string>#include <filesystem>#include <stdexcept>#include <cstdint>#include <type_traits>#include <limits>#include "utils_string.hpp"#include "utils_public.hpp"#include "utils_other.hpp"#include "utils_json.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | takane |
| takane validation functions. | |
| namespace | takane::genomic_ranges |
| Definitions for genomic ranges. | |
Functions | |
| void | takane::genomic_ranges::validate (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
| size_t | takane::genomic_ranges::height (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
Validation for genomic ranges.