X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=getrabundcommand.cpp;h=da1bfae2c07f5cb719961dce93324ff8135fbfc4;hp=4870a627663da88857f157e0cfd2912545a7aa61;hb=615301e57c25e241356a9c2380648d117709458d;hpb=b740fb182372143e152143c6cc5b9ac8591f09b7 diff --git a/getrabundcommand.cpp b/getrabundcommand.cpp index 4870a62..da1bfae 100644 --- a/getrabundcommand.cpp +++ b/getrabundcommand.cpp @@ -319,7 +319,7 @@ int GetRAbundCommand::execute(){ int GetRAbundCommand::processList(ofstream& out){ try { CountTable ct; - ct.readTable(countfile); + ct.readTable(countfile, false); InputData input(inputfile, format); ListVector* list = input.getListVector();