]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactsharedcommand.cpp
broke apart read matrix file
[mothur.git] / rarefactsharedcommand.cpp
index dc71b22b3cab606d13f1e86a743aee1b5bf104a5..89cf4e2732af38c6fff844490effde5f8676e76c 100644 (file)
@@ -69,14 +69,14 @@ int RareFactSharedCommand::execute(){
                if (rDisplays.size() == 0) { return 0; }
 
                if (format == "sharedfile") {
-                       read = new ReadPhilFile(globaldata->inputFileName);     
+                       read = new ReadOTUFile(globaldata->inputFileName);      
                        read->read(&*globaldata); 
                        
                        input = globaldata->ginput;
                        order = input->getSharedOrderVector();
                }else {
                        //you are using a list and a groupfile
-                       read = new ReadPhilFile(globaldata->inputFileName);     
+                       read = new ReadOTUFile(globaldata->inputFileName);      
                        read->read(&*globaldata); 
                
                        input = globaldata->ginput;