]> git.donarmstrong.com Git - mothur.git/blobdiff - treemap.cpp
added bootstrap.shared command and fixed some bugs with heatmap
[mothur.git] / treemap.cpp
index 5880b0c593fdd0dc96808e485921d96871e865d6..00ae0e664ff5fb7d289893b445be08b5fd20c89a 100644 (file)
@@ -152,7 +152,7 @@ void TreeMap::makeSim(GroupMap* groupmap) {
                //set names of seqs to names of groups
                namesOfSeqs = groupmap->namesOfGroups;
                
-               // make map where key and value are both the group name since that what the tree.groups command wants
+               // make map where key and value are both the group name since that what the tree.shared command wants
                for (int i = 0; i < namesOfGroups.size(); i++) {
                        treemap[namesOfGroups[i]].groupname = namesOfGroups[i];
                        seqsPerGroup[namesOfGroups[i]] = 1;