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