Chopper
|
#include <cassert>
#include <charconv>
#include <istream>
#include <ranges>
#include <string>
#include <string_view>
#include <tuple>
#include <utility>
#include <vector>
#include <chopper/configuration.hpp>
#include <chopper/layout/input.hpp>
#include <chopper/prefixes.hpp>
#include <hibf/layout/layout.hpp>
Namespaces | |
namespace | chopper |
namespace | chopper::layout |
Functions | |
std::vector< std::vector< std::string > > | chopper::layout::read_filenames_from (std::istream &stream) |
std::tuple< std::vector< std::vector< std::string > >, configuration, seqan::hibf::layout::layout > | chopper::layout::read_layout_file (std::istream &stream) |