]> git.donarmstrong.com Git - mothur.git/blobdiff - removeseqscommand.cpp
done testing 1.14.0
[mothur.git] / removeseqscommand.cpp
index c0e04d569604ee0aa67c29ceefbda06275a2df9d..f1804ed8b826d00b4993a708804733335bb1b194 100644 (file)
@@ -404,7 +404,7 @@ int RemoveSeqsCommand::readName(){
                while(!in.eof()){
                        if (m->control_pressed) { in.close();  out.close();  remove(outputFileName.c_str());  return 0; }
 
-                       in >> firstCol;                         
+                       in >> firstCol;         m->gobble(in);          
                        in >> secondCol;                        
 
                        vector<string> parsedNames;