X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getrabundcommand.cpp;fp=getrabundcommand.cpp;h=469117ca7bdf4cfb65553bb45536c93fd06251d2;hb=a935b75dd890da5ae7f09e5e6179f90ab2955348;hp=da1bfae2c07f5cb719961dce93324ff8135fbfc4;hpb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;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();