#include <string>
#include <vector>
#include <chopper/configuration.hpp>
Go to the source code of this file.
|
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...
|
|