]> git.donarmstrong.com Git - mothur.git/blobdiff - subsample.cpp
added sets to amova and homova commands. added oligos to make.contigs. added metadat...
[mothur.git] / subsample.cpp
index 392f97bd51f1d2ac67d6d0a810a408ab507fdcee..a6b1b2d58da2daa5cc53d17d4bbb814b56921ffd 100644 (file)
@@ -24,7 +24,7 @@ Tree* SubSample::getSample(Tree* T, CountTable* ct, CountTable* newCt, int size)
         for (int i = 0; i < Groups.size(); i++) {
             if (m->inUsersGroups(Groups[i], m->getGroups())) {
                 if (m->control_pressed) { break; }
-        
+                cout << Groups[i] << endl;
                 int thisSize = ct->getGroupCount(Groups[i]);
                 
                 if (thisSize >= size) {