Chopper
|
#include <cassert>
#include <cctype>
#include <cstddef>
#include <filesystem>
#include <stdexcept>
#include <string>
#include <string_view>
#include <vector>
#include <chopper/configuration.hpp>
#include <chopper/sketch/check_filenames.hpp>
Namespaces | |
namespace | chopper |
namespace | chopper::sketch |
Functions | |
void | chopper::sketch::check_filenames (std::vector< std::string > const &filenames, configuration &config) |
Checks the filenames for consistent files, either precomputed or sequence files. More... | |
void | chopper::sketch::check_filenames (std::vector< std::vector< std::string > > const &filenames, configuration &config) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More... | |