X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=kmerdb.hpp;h=bdd9ca503910e6b764c3c067b5d9305409fafd6f;hp=b64412d259a85870c57253249a4e355193476c9a;hb=7b3c9ca940891c1b20b3b7ec13e05d7e7b316b63;hpb=63e089e0b3aad1741bab60119ed7ccc784dce347 diff --git a/kmerdb.hpp b/kmerdb.hpp index b64412d..bdd9ca5 100644 --- a/kmerdb.hpp +++ b/kmerdb.hpp @@ -32,6 +32,9 @@ public: void addSequence(Sequence); vector findClosestSequences(Sequence*, int); void readKmerDB(ifstream&); + int getCount(int); //returns number of sequences with that kmer number + vector getSequencesWithKmer(int); //returns vector of sequences that contain kmer passed in + int getMaxKmer() { return maxKmer; } private: