]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactcommand.cpp
broke apart read matrix file
[mothur.git] / rarefactcommand.cpp
index a83a750c5944aecfb3e740e5caca8bd231f11148..3c7975749e126645b91b7b0b53755e5f63e35789 100644 (file)
@@ -89,7 +89,7 @@ int RareFactCommand::execute(){
                //if the users entered no valid calculators don't execute command
                if (rDisplays.size() == 0) { return 0; }
 
-               read = new ReadPhilFile(globaldata->inputFileName);     
+               read = new ReadOTUFile(globaldata->inputFileName);      
                read->read(&*globaldata); 
 
                order = globaldata->gorder;