X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=consensusseqscommand.cpp;h=fbec746804bcd7257383e99f26e058dfe4df6f25;hb=a935b75dd890da5ae7f09e5e6179f90ab2955348;hp=3d671f98420e0fa7cf844aac647bd43feea959e8;hpb=af0a94ea8f02421b2b73e77e68753a2b4c37768e;p=mothur.git diff --git a/consensusseqscommand.cpp b/consensusseqscommand.cpp index 3d671f9..fbec746 100644 --- a/consensusseqscommand.cpp +++ b/consensusseqscommand.cpp @@ -226,7 +226,7 @@ int ConsensusSeqsCommand::execute(){ if (m->control_pressed) { return 0; } if (namefile != "") { readNames(); } - if (countfile != "") { ct.readTable(countfile, true); } + if (countfile != "") { ct.readTable(countfile, true, false); } if (m->control_pressed) { return 0; }