takane
Validators for ArtifactDB file formats
|
Validation for VCF-based experiments. More...
#include <string>
#include <stdexcept>
#include <filesystem>
#include "ritsuko/hdf5/hdf5.hpp"
#include "utils_public.hpp"
#include "utils_string.hpp"
#include "utils_summarized_experiment.hpp"
#include "utils_json.hpp"
#include "utils_files.hpp"
Go to the source code of this file.
Namespaces | |
namespace | takane |
takane validation functions. | |
namespace | takane::vcf_experiment |
Definitions for VCF experiments. | |
Functions | |
void | takane::vcf_experiment::validate (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
size_t | takane::vcf_experiment::height (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
std::vector< size_t > | takane::vcf_experiment::dimensions (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
Validation for VCF-based experiments.