takane
Validators for ArtifactDB file formats
|
Definitions for FASTQ files. More...
Functions | |
void | validate (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
Definitions for FASTQ files.
|
inline |
If Options::fastq_file_strict_check
is provided, this enables stricter checking of the FASTQ file contents and indices. By default, we just look at the first few bytes to verify the files.
path | Path to the directory containing the FASTQ file. |
metadata | Metadata for the object, typically read from its OBJECT file. |
options | Validation options. |