SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides seqan3::sam_file_input and corresponding traits classes. More...
#include <cassert>
#include <concepts>
#include <filesystem>
#include <fstream>
#include <ranges>
#include <string>
#include <variant>
#include <vector>
#include <seqan3/alphabet/adaptation/char.hpp>
#include <seqan3/alphabet/aminoacid/aa27.hpp>
#include <seqan3/alphabet/cigar/cigar.hpp>
#include <seqan3/alphabet/nucleotide/dna15.hpp>
#include <seqan3/alphabet/nucleotide/dna5.hpp>
#include <seqan3/alphabet/quality/phred42.hpp>
#include <seqan3/alphabet/quality/qualified.hpp>
#include <seqan3/io/detail/in_file_iterator.hpp>
#include <seqan3/io/detail/misc_input.hpp>
#include <seqan3/io/detail/record.hpp>
#include <seqan3/io/exception.hpp>
#include <seqan3/io/sam_file/format_bam.hpp>
#include <seqan3/io/sam_file/format_sam.hpp>
#include <seqan3/io/sam_file/input_format_concept.hpp>
#include <seqan3/io/sam_file/record.hpp>
#include <seqan3/io/sam_file/sam_flag.hpp>
#include <seqan3/io/stream/concept.hpp>
#include <seqan3/utility/tuple/concept.hpp>
#include <seqan3/utility/type_list/traits.hpp>
#include <seqan3/utility/type_traits/detail/transformation_trait_or.hpp>
#include <seqan3/utility/views/repeat_n.hpp>
#include <seqan3/utility/views/slice.hpp>
Go to the source code of this file.
Classes | |
class | seqan3::sam_file_input< traits_type_, selected_field_ids_, valid_formats_ > |
A class for reading SAM files, both SAM and its binary representation BAM are supported. More... | |
struct | seqan3::sam_file_input_default_traits< ref_sequences_t, ref_ids_t > |
The default traits for seqan3::sam_file_input. More... | |
Namespaces | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
Provides seqan3::sam_file_input and corresponding traits classes.