]> git.donarmstrong.com Git - mothur.git/blobdiff - parselistcommand.cpp
broke apart read matrix file
[mothur.git] / parselistcommand.cpp
index 1457c62f383308fdfac0e4d9748c9797ba5af01f..f1447980cd918a6f712447a928621cb689f35efe 100644 (file)
@@ -89,7 +89,7 @@ int ParseListCommand::execute(){
                        int count = 1;
                        
                        //read in listfile
-                       read = new ReadPhilFile(globaldata->inputFileName);     
+                       read = new ReadOTUFile(globaldata->inputFileName);      
                        read->read(&*globaldata); 
                        input = globaldata->ginput;
                        list = globaldata->gSharedList;