X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=consensusseqscommand.cpp;h=3d671f98420e0fa7cf844aac647bd43feea959e8;hp=1b1e7d20d37603610945f6dadbf6dd32399ed8d5;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=8d341208b0cd0c7a4ff8b77c6b164e06f2f39610 diff --git a/consensusseqscommand.cpp b/consensusseqscommand.cpp index 1b1e7d2..3d671f9 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); } + if (countfile != "") { ct.readTable(countfile, true); } if (m->control_pressed) { return 0; }