]> git.donarmstrong.com Git - mothur.git/blobdiff - indicatorcommand.cpp
indicator command
[mothur.git] / indicatorcommand.cpp
index b06742fe1c529988457300fc7d3305d98e327f0f..2d1c63e21dbcd82df19957cb533d1e420e434fdc 100644 (file)
@@ -282,7 +282,7 @@ int IndicatorCommand::execute(){
                                }
                        }
                        
-                       if ((designfile != "") && (m->Treenames.size() != Groups.size())) { m->mothurOut("[ERROR]: You design file does not match your tree, aborting."); m->mothurOutEndLine(); mismatch = true; }
+                       if ((designfile != "") && (m->Treenames.size() != Groups.size())) { cout << Groups.size() << '\t' << m->Treenames.size() << endl; m->mothurOut("[ERROR]: You design file does not match your tree, aborting."); m->mothurOutEndLine(); mismatch = true; }
                                        
                        if (mismatch) { //cleanup and exit
                                if (designfile != "") { delete designMap; }