X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=consensusseqscommand.cpp;h=3d671f98420e0fa7cf844aac647bd43feea959e8;hp=1b1e7d20d37603610945f6dadbf6dd32399ed8d5;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;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; }