]> git.donarmstrong.com Git - mothur.git/blobdiff - counttable.h
added count file to trim.seqs, get.groups, get.lineage, get.seqs, heatmap.sim, list...
[mothur.git] / counttable.h
index 68ba8d211cae1a12aa1d39a76f720a0998a87ad9..b66c4c6ef5e90007025935c4f0820cedb11c624d 100644 (file)
@@ -83,6 +83,7 @@ class CountTable {
         vector<string> getNamesOfSeqs(string);
         int mergeCounts(string, string); //combines counts for 2 seqs, saving under the first name passed in.
         ListVector getListVector();
+        map<string, int> getNameMap();
     
     private:
         string filename;