]> git.donarmstrong.com Git - mothur.git/blobdiff - binsequencecommand.cpp
broke apart read matrix file
[mothur.git] / binsequencecommand.cpp
index 7c70604e39f16c20821c620769ee89cd4a71958d..375eec2dd85db754f9bb0491447d2b966b1d5a37 100644 (file)
@@ -57,7 +57,7 @@ int BinSeqCommand::execute(){
                }
                
                //read list file
-               read = new ReadPhilFile(globaldata->getListFile());     
+               read = new ReadOTUFile(globaldata->getListFile());      
                read->read(&*globaldata); 
                
                input = globaldata->ginput;