gatb.core-API-0.0.0
Data::ConvertASCII Struct Reference

#include <Data.hpp>

Detailed Description

Used to have the following trick: (buffer[idx]>>3)& 1 was equal to 1 for 'A', 'C', 'G' and 'T' (and also the lower case version) and was equal to 0 for 'N' and 'n' but unfortunately it doesn't work for some of the IUPAC codes, like 'R'


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