SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
sam_flag.hpp File Reference

Provides helper data structures for the seqan3::sam_file_output. More...

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

Go to the source code of this file.

Classes

struct  seqan3::ref_info_not_given
 Type tag which indicates that no reference information has been passed to the alignment file on construction. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Enumerations

enum class  seqan3::sam_flag : uint16_t {
  seqan3::none = 0 , seqan3::paired = 0x1 , seqan3::proper_pair = 0x2 , seqan3::unmapped = 0x4 ,
  seqan3::mate_unmapped = 0x8 , seqan3::on_reverse_strand = 0x10 , seqan3::mate_on_reverse_strand = 0x20 , seqan3::first_in_pair = 0x40 ,
  seqan3::second_in_pair = 0x80 , seqan3::secondary_alignment = 0x100 , seqan3::failed_filter = 0x200 , seqan3::duplicate = 0x400 ,
  seqan3::supplementary_alignment = 0x800
}
 An enum flag that describes the properties of an aligned read (given as a SAM record). More...
 

Detailed Description

Provides helper data structures for the seqan3::sam_file_output.

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