SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
input.hpp File Reference

Provides seqan3::sam_file_input and corresponding traits classes. More...

+ Include dependency graph for sam_file/input.hpp:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Provides seqan3::sam_file_input and corresponding traits classes.

Author
Svenja Mehringer <svenja.mehringer AT fu-berlin.de>
Hide me