]> git.donarmstrong.com Git - mothur.git/blobdiff - getoturepcommand.cpp
broke apart read matrix file
[mothur.git] / getoturepcommand.cpp
index 6daad979d741f56290ac7e40979de956a705e1ee..45f34fef5a444eb66e78788b9107152cd2b20a7d 100644 (file)
@@ -80,7 +80,7 @@ int GetOTURepCommand::execute(){
                }
                
                //read list file
-               read = new ReadPhilFile(globaldata->getListFile());     
+               read = new ReadOTUFile(globaldata->getListFile());      
                read->read(&*globaldata); 
                
                input = globaldata->ginput;