NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Members | List of all members
BAM_header Struct Reference

Detailed description

----------— BAM Format ----------—

Definition at line 41 of file bam_io.h.

#include <bam_io.h>

Public Members

uint8 magic [4]
 
int32 l_text
 
std::string text
 
int32 n_ref
 
std::vector< std::string > sq_names
 
H_VectorU32 sq_lengths
 

Member Data Documentation

int32 BAM_header::l_text

Definition at line 44 of file bam_io.h.

uint8 BAM_header::magic[4]

Definition at line 43 of file bam_io.h.

int32 BAM_header::n_ref

Definition at line 46 of file bam_io.h.

H_VectorU32 BAM_header::sq_lengths

Definition at line 48 of file bam_io.h.

std::vector<std::string> BAM_header::sq_names

Definition at line 47 of file bam_io.h.

std::string BAM_header::text

Definition at line 45 of file bam_io.h.


The documentation for this struct was generated from the following file: