X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=counttable.h;fp=counttable.h;h=ffc08167682bf8aa9f1a4a42267a90d666376250;hb=1f3d51cfdbe3e28c780501b7ed82d64fe27dba98;hp=8c970199babf9d45f3a624d3456d39732fc3e5e2;hpb=fdfbfe59134dd7dd3e49d90609d129128ba2d370;p=mothur.git diff --git a/counttable.h b/counttable.h index 8c97019..ffc0816 100644 --- a/counttable.h +++ b/counttable.h @@ -59,6 +59,7 @@ class CountTable { int getNumUniqueSeqs() { return uniques; } //return number of unique/representative seqs int getGroupIndex(string); //returns index in getGroupCounts vector of specific group vector getNamesOfSeqs(); + int mergeCounts(string, string); //combines counts for 2 seqs, saving under the first name passed in. private: string filename;