X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeseqscommand.cpp;fp=removeseqscommand.cpp;h=b4fb467d6e395ce9b1655e043859cff0e2c77f67;hb=037b7fccc64a5c7d5d5c23a949273a912160a400;hp=5c0216366a98c83bc11c776ad31b0da1086120cd;hpb=196c22d0f93ba48e8ec54ab76608b6e3ba5e68cc;p=mothur.git diff --git a/removeseqscommand.cpp b/removeseqscommand.cpp index 5c02163..b4fb467 100644 --- a/removeseqscommand.cpp +++ b/removeseqscommand.cpp @@ -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