Permalink
Browse files
Adds gobble to groupFile read - get.seqs
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+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