FastqPuri
Public Attributes | List of all members
_ad_seq Struct Reference

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]
 

Detailed Description

stores an adapter entry

Member Data Documentation

◆ L

int _ad_seq::L

length of the adapter

◆ Lpack

int _ad_seq::Lpack

length of the packed sequence as is

◆ Lpack_sh

int _ad_seq::Lpack_sh

length of the shifted packed sequence

◆ pack

unsigned char _ad_seq::pack[(READ_MAXLEN+1)/2]

packed sequence

◆ pack_sh

unsigned char _ad_seq::pack_sh[(READ_MAXLEN+1)/2]

packed shifted sequence

◆ seq

char _ad_seq::seq[READ_MAXLEN]

adapter sequence


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