]> git.donarmstrong.com Git - mothur.git/blobdiff - collectcommand.cpp
broke apart read matrix file
[mothur.git] / collectcommand.cpp
index 5994af594ae182f63087cd9c08ca6f96ec4a1187..62258a85661b4983ee787262f655440992087f6e 100644 (file)
@@ -99,7 +99,7 @@ int CollectCommand::execute(){
                //if the users entered no valid calculators don't execute command
                if (cDisplays.size() == 0) { return 0; }
 
-               read = new ReadPhilFile(globaldata->inputFileName);     
+               read = new ReadOTUFile(globaldata->inputFileName);      
                read->read(&*globaldata); 
                
                order = globaldata->gorder;