]> git.donarmstrong.com Git - mothur.git/blobdiff - getsabundcommand.cpp
changed random forest output filename
[mothur.git] / getsabundcommand.cpp
index d3fb5298c5d1191c0f90b4787b6b2ed349de5f61..f4838cf8a72a75708085b3917b8828939e43f683 100644 (file)
@@ -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();