]> git.donarmstrong.com Git - mothur.git/blobdiff - removeseqscommand.cpp
finished dereplicate changes to chimera commands. added taxonomy file to subsample...
[mothur.git] / removeseqscommand.cpp
index 5c0216366a98c83bc11c776ad31b0da1086120cd..b4fb467d6e395ce9b1655e043859cff0e2c77f67 100644 (file)
@@ -813,7 +813,7 @@ int RemoveSeqsCommand::readTax(){
                while(!in.eof()){
                        if (m->control_pressed) { in.close();  out.close();  m->mothurRemove(outputFileName);  return 0; }
                        
-                       in >> name;                             //read from first column
+                       in >> name;     m->gobble(in);                  //read from first column
                        in >> tax;                      //read from second column
                        
             if (!dups) {//adjust name if needed