FastqPuri
|
stores an adapter entry More...
#include <adapters.h>
Public Attributes | |
int | L |
char | seq [READ_MAXLEN] |
int | Lpack |
int | Lpack_sh |
unsigned char | pack [(READ_MAXLEN+1)/2] |
unsigned char | pack_sh [(READ_MAXLEN+1)/2] |
stores an adapter entry
int _ad_seq::L |
length of the adapter
int _ad_seq::Lpack |
length of the packed sequence as is
int _ad_seq::Lpack_sh |
length of the shifted packed sequence
unsigned char _ad_seq::pack[(READ_MAXLEN+1)/2] |
packed sequence
unsigned char _ad_seq::pack_sh[(READ_MAXLEN+1)/2] |
packed shifted sequence
char _ad_seq::seq[READ_MAXLEN] |
adapter sequence