]> git.donarmstrong.com Git - mothur.git/blobdiff - bootstrapsharedcommand.cpp
broke apart read matrix file
[mothur.git] / bootstrapsharedcommand.cpp
index b2a64ed1116a01d39c717794424585973ba02cab..56611a8f1e5af0eea6b64eef76e3ec1588b7298f 100644 (file)
@@ -93,14 +93,14 @@ int BootSharedCommand::execute(){
                if (treeCalculators.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;