#include <iterator>#include <string>#include <string_view>#include <vector>#include <seqan3/alphabet/adaptation/char.hpp>#include <seqan3/alphabet/nucleotide/dna5.hpp>#include <seqan3/alphabet/quality/aliases.hpp>#include <seqan3/core/char_operations/predicate.hpp>#include <seqan3/core/type_traits/range.hpp>#include <seqan3/io/detail/ignore_output_iterator.hpp>#include <seqan3/io/detail/misc.hpp>#include <seqan3/io/sequence_file/input_format_concept.hpp>#include <seqan3/io/sequence_file/input_options.hpp>#include <seqan3/io/sequence_file/output_format_concept.hpp>#include <seqan3/io/sequence_file/output_options.hpp>#include <seqan3/io/stream/iterator.hpp>#include <seqan3/range/detail/misc.hpp>#include <seqan3/range/views/char_to.hpp>#include <seqan3/range/views/istreambuf.hpp>#include <seqan3/range/views/to_char.hpp>#include <seqan3/range/views/take.hpp>#include <seqan3/range/views/take_exactly.hpp>#include <seqan3/range/views/take_line.hpp>#include <seqan3/range/views/take_until.hpp>#include <seqan3/std/algorithm>#include <seqan3/std/ranges>
Include dependency graph for format_fastq.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | seqan3::format_fastq |
| The FastQ format. More... | |
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
brief Provides the seqan3::format_fastq.