libuproc
1.2.0
|
DNA/RNA or protein sequence. More...
#include <seqio.h>
Data Fields | |
char * | header |
Sequence identifier. More... | |
char * | data |
Sequence data. More... | |
long | offset |
Position in the file. More... | |
DNA/RNA or protein sequence.
char* uproc_sequence::header |
Sequence identifier.
char* uproc_sequence::data |
Sequence data.
long uproc_sequence::offset |
Position in the file.
Starting position of the sequence (including header) in the file from it was read. Using uproc_io_seek to this position before creating an iterator will cause iteration to start with this particular sequence (this is used by the python library to implement "lazy" sequence objects).