X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=counttable.h;fp=counttable.h;h=b66c4c6ef5e90007025935c4f0820cedb11c624d;hb=ea4f373c28543cd1002b0dd7dc6e55c526647d59;hp=68ba8d211cae1a12aa1d39a76f720a0998a87ad9;hpb=159fd324dfecacb6617669246d85c787ae67f630;p=mothur.git diff --git a/counttable.h b/counttable.h index 68ba8d2..b66c4c6 100644 --- a/counttable.h +++ b/counttable.h @@ -83,6 +83,7 @@ class CountTable { vector getNamesOfSeqs(string); int mergeCounts(string, string); //combines counts for 2 seqs, saving under the first name passed in. ListVector getListVector(); + map getNameMap(); private: string filename;