X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getrabundcommand.cpp;h=469117ca7bdf4cfb65553bb45536c93fd06251d2;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=da1bfae2c07f5cb719961dce93324ff8135fbfc4;hpb=af0a94ea8f02421b2b73e77e68753a2b4c37768e;p=mothur.git diff --git a/getrabundcommand.cpp b/getrabundcommand.cpp index da1bfae..469117c 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, false); + ct.readTable(countfile, false, false); InputData input(inputfile, format); ListVector* list = input.getListVector();