]> git.donarmstrong.com Git - mothur.git/blobdiff - collectsharedcommand.cpp
broke apart read matrix file
[mothur.git] / collectsharedcommand.cpp
index 41dc573bee5d8ea1a1ff1a13d02e022b15176ddf..ad392e7535ece7e6617f63e5573c7e577cfe47da 100644 (file)
@@ -127,14 +127,14 @@ int CollectSharedCommand::execute(){
                if (cDisplays.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;