]> git.donarmstrong.com Git - mothur.git/blobdiff - listseqscommand.cpp
added fontsize to heatmap.sim, paralellized chimera.slayer byGroup for all os's,...
[mothur.git] / listseqscommand.cpp
index 833ac952a8db761b16ba59d9b53b561bef07ad0b..afbacc00aaaec2b92c5d81278d16b463c0f43ffe 100644 (file)
@@ -400,14 +400,14 @@ int ListSeqsCommand::readAlign(){
                        if (!in.eof())  {       in >> junk;             }
                        else                    {       break;                  }
                }
-               
+               //m->getline(in);
                
                while(!in.eof()){
                
                        if (m->control_pressed) { in.close(); return 0; }
 
                        in >> name;                             //read from first column
-                       
+                       //m->getline(in);
                        //read rest
                        for (int i = 0; i < 15; i++) {  
                                if (!in.eof())  {       in >> junk;             }