Permalink
Browse files

Adds gobble to groupFile read - get.seqs

  • Loading branch information...
1 parent fef5caf commit 6a9bc2a4ace490e04da58f7329bce3146c120366 @mothur-westcott mothur-westcott committed Sep 26, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 source/commands/getseqscommand.cpp
@@ -968,7 +968,7 @@ int GetSeqsCommand::readGroup(){
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 >> group; //read from second column

0 comments on commit 6a9bc2a

Please sign in to comment.