X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=binsequencecommand.cpp;h=375eec2dd85db754f9bb0491447d2b966b1d5a37;hb=154e089bcd37c2c2f773e53ffb88a20170b27037;hp=7c70604e39f16c20821c620769ee89cd4a71958d;hpb=e2373397d9316500ee0d196e60dcab75d208511a;p=mothur.git diff --git a/binsequencecommand.cpp b/binsequencecommand.cpp index 7c70604..375eec2 100644 --- a/binsequencecommand.cpp +++ b/binsequencecommand.cpp @@ -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;