]> git.donarmstrong.com Git - mothur.git/blobdiff - getsabundcommand.cpp
added otulabels to heatmap.bin. made OTUlabels “smarter” so OTU01 and OTU001 are...
[mothur.git] / getsabundcommand.cpp
index f4838cf8a72a75708085b3917b8828939e43f683..22abde5fade29a689fa88266772f5e3445d5158c 100644 (file)
@@ -307,7 +307,7 @@ int GetSAbundCommand::execute(){
 int GetSAbundCommand::processList(ofstream& out){
        try {
         CountTable ct;
-        ct.readTable(countfile, false);
+        ct.readTable(countfile, false, false);
         
         InputData input(inputfile, format);
         ListVector* list = input.getListVector();