#include "analysis/NonRedKmerTable.h" bool Regular(char c) { if (c == 'A' || c == 'C' || c == 'G' || c == 'T') return true; else return false; } // Restricts all k-mers to what's in here. void NonRedKmerTable::SetUp(const vecDNAVector & templ, bool noNs) { size_t i, j; // cerr << "vecDNAVector length: " << templ.isize() << endl; long l = 0; for (i=0; i