X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=subsamplecommand.cpp;h=fe79fbbae883a409187730e1899fde8b05493193;hb=541bab1dac00688b4c3a8c4a95ab464412663c50;hp=4128191598d22e8e7280f403dca79494e61da948;hpb=67ea6ccd74dbd64828d31b952808255f206364ff;p=mothur.git diff --git a/subsamplecommand.cpp b/subsamplecommand.cpp index 4128191..fe79fbb 100644 --- a/subsamplecommand.cpp +++ b/subsamplecommand.cpp @@ -273,7 +273,7 @@ SubSampleCommand::SubSampleCommand(string option) { else if (countfile == "not found") { countfile = ""; } else { m->setCountTableFile(countfile); - ct.readTable(countfile); + ct.readTable(countfile, true); } if ((namefile != "") && (countfile != "")) {