SeqAn3 3.4.0
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
misc_input.hpp File Reference

Provides various utility functions required only for input. More...

#include <algorithm>
#include <concepts>
#include <filesystem>
#include <iostream>
#include <ranges>
#include <span>
#include <string>
#include <tuple>
#include <seqan3/contrib/stream/bgzf.hpp>
#include <seqan3/contrib/stream/bgzf_istream.hpp>
#include <seqan3/contrib/stream/bgzf_stream_util.hpp>
#include <seqan3/contrib/stream/bz2_istream.hpp>
#include <seqan3/contrib/stream/gz_istream.hpp>
#include <seqan3/io/detail/magic_header.hpp>
#include <seqan3/io/exception.hpp>
#include <seqan3/utility/concept.hpp>
Include dependency graph for misc_input.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.

Detailed Description

Provides various utility functions required only for input.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>
Hide me