X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=getsabundcommand.cpp;h=f4838cf8a72a75708085b3917b8828939e43f683;hp=d3fb5298c5d1191c0f90b4787b6b2ed349de5f61;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=b740fb182372143e152143c6cc5b9ac8591f09b7 diff --git a/getsabundcommand.cpp b/getsabundcommand.cpp index d3fb529..f4838cf 100644 --- a/getsabundcommand.cpp +++ b/getsabundcommand.cpp @@ -307,7 +307,7 @@ int GetSAbundCommand::execute(){ int GetSAbundCommand::processList(ofstream& out){ try { CountTable ct; - ct.readTable(countfile); + ct.readTable(countfile, false); InputData input(inputfile, format); ListVector* list = input.getListVector();