]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedcommand.cpp
broke apart read matrix file
[mothur.git] / sharedcommand.cpp
index a797d5408d151beddc73be085111bbcf41cd84cd..c29d5499808e13bd9246098f50706337b3f9e592 100644 (file)
@@ -38,7 +38,7 @@ int SharedCommand::execute(){
                globaldata = GlobalData::getInstance();
                        
                //read in listfile
-               read = new ReadPhilFile(globaldata->inputFileName);     
+               read = new ReadOTUFile(globaldata->inputFileName);      
                read->read(&*globaldata); 
                input = globaldata->ginput;
                SharedList = globaldata->gSharedList;