]> git.donarmstrong.com Git - mothur.git/blobdiff - readotucommand.cpp
broke apart read matrix file
[mothur.git] / readotucommand.cpp
index 7a48f2c5b3b0146c4397325ca531c0bad9005146..9f27057ece85672069c9ebf219c08b459b648efc 100644 (file)
@@ -14,7 +14,7 @@ ReadOtuCommand::ReadOtuCommand(){
        try {
                globaldata = GlobalData::getInstance();
                filename = globaldata->inputFileName;
-               read = new ReadPhilFile(filename);
+               read = new ReadOTUFile(filename);
                if (globaldata->getFormat() == "shared") {
                        //read in group map info.
                        groupMap = new GroupMap(globaldata->getGroupFile());