FastqPuri
Public Attributes | List of all members
_fa_data Struct Reference

stores sequences of a fasta file More...

#include <fa_read.h>

Collaboration diagram for _fa_data:
Collaboration graph
[legend]

Public Attributes

uint64_t nlines
 
int nentries
 
int linelen
 
uint64_t * entrylen
 
Fa_entryentry
 

Detailed Description

stores sequences of a fasta file

Member Data Documentation

◆ entry

Fa_entry* _fa_data::entry

Array with fasta entries (see Fa_entry)

◆ entrylen

uint64_t* _fa_data::entrylen

Array containing the length of the entries

◆ linelen

int _fa_data::linelen

Line length of the *fa file entries

◆ nentries

int _fa_data::nentries

Number of entries in *fa file

◆ nlines

uint64_t _fa_data::nlines

Number of lines in *fa file


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