]> git.donarmstrong.com Git - mothur.git/blobdiff - readphylip.cpp
added warning about average neighbor merges around cutoff. fixed little bugs.
[mothur.git] / readphylip.cpp
index fe278ab14856f085a9a61bfc09e40522dcf96d03..5f92275eb9e6d4c8e3ee21241bbd6f626a295bc1 100644 (file)
@@ -59,13 +59,13 @@ void ReadPhylipMatrix::read(NameAssignment* nameMap){
                         }
         
                         Progress* reading;
-        
+      
                         if(square == 0){
 
                                 reading = new Progress("Reading matrix:     ", nseqs * (nseqs - 1) / 2);
                 
                                 int        index = 0;
-                
+               
                                 for(int i=1;i<nseqs;i++){
                                         fileHandle >> name;
                                         matrixNames.push_back(name);
@@ -156,7 +156,7 @@ void ReadPhylipMatrix::read(NameAssignment* nameMap){
                         list->setLabel("0");
                         fileHandle.close();
 
-                        if(nameMap != NULL){
+                     /*   if(nameMap != NULL){
                                 for(int i=0;i<matrixNames.size();i++){
                                         nameMap->erase(matrixNames[i]);
                                 }
@@ -164,7 +164,7 @@ void ReadPhylipMatrix::read(NameAssignment* nameMap){
                                         //should probably tell them what is missing if we missed something
                                         mothurOut("missed something\t" + toString(nameMap->size())); mothurOutEndLine();
                                 }
-                        }
+                        } */
 
                 }
         catch(exception& e) {