FastqPuri
|
stores sequences of a fasta file More...
#include <fa_read.h>
Public Attributes | |
uint64_t | nlines |
int | nentries |
int | linelen |
uint64_t * | entrylen |
Fa_entry * | entry |
stores sequences of a fasta file
Fa_entry* _fa_data::entry |
Array with fasta entries (see Fa_entry)
uint64_t* _fa_data::entrylen |
Array containing the length of the entries
int _fa_data::linelen |
Line length of the *fa file entries
int _fa_data::nentries |
Number of entries in *fa file
uint64_t _fa_data::nlines |
Number of lines in *fa file