libuproc  1.2.0
Data Fields
uproc_sequence Struct Reference

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...
 

Detailed Description

DNA/RNA or protein sequence.

Field Documentation

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).


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