eccLib 1.1.0
Python library for bioinformatics written in C
Loading...
Searching...
No Matches
Data Fields
FastaBuff Struct Reference

A buffer that holds packed uint4 FASTA data. More...

#include <FastaBuff.h>

Data Fields

uint8_t * buff
 The buffer that holds the packed FASTA data.
 
size_t buffSize
 The size of the buffer in bytes.
 
size_t buffLen
 The length of the sequence.
 
bool RNA
 If true, T will be converted to U.
 

Detailed Description

A buffer that holds packed uint4 FASTA data.

See also
getFastaIndex
parseFasta

Field Documentation

◆ buff

uint8_t* FastaBuff::buff

The buffer that holds the packed FASTA data.

◆ buffLen

FastaBuff::buffLen

The length of the sequence.

◆ buffSize

FastaBuff::buffSize

The size of the buffer in bytes.

◆ RNA

FastaBuff::RNA

If true, T will be converted to U.


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