X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=binsequencecommand.h;fp=binsequencecommand.h;h=617f5ec7ac98f17f358c383ca424ebd817cb3227;hb=154e089bcd37c2c2f773e53ffb88a20170b27037;hp=25f52160e6c314e300e0abd6f303c378881cf2af;hpb=fe342304a0fdff3ab48226e1dcfdab95d3a94a64;p=mothur.git diff --git a/binsequencecommand.h b/binsequencecommand.h index 25f5216..617f5ec 100644 --- a/binsequencecommand.h +++ b/binsequencecommand.h @@ -14,7 +14,7 @@ #include "command.hpp" #include "inputdata.h" #include "listvector.hpp" -#include "readmatrix.hpp" +#include "readotu.h" #include "fastamap.h" @@ -30,7 +30,7 @@ public: private: GlobalData* globaldata; ListVector* list; - ReadMatrix* read; + ReadOTUFile* read; InputData* input; FastaMap* fasta; string filename, fastafile, namesfile;