X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readcluster.h;fp=readcluster.h;h=9ca2a1b14010bf518e2bc366e4df9d77285361eb;hb=725a3d4ff2442c79bfde0a75ed3e0904edcf03b7;hp=fae7c2653890c01bdaed816a61202b80fda7da80;hpb=cfe70bbc94980a0177af465d3464db754673bd56;p=mothur.git diff --git a/readcluster.h b/readcluster.h index fae7c26..9ca2a1b 100644 --- a/readcluster.h +++ b/readcluster.h @@ -21,7 +21,7 @@ class ReadCluster { public: - ReadCluster(string, float, string); + ReadCluster(string, float, string, bool); ~ReadCluster(); int read(NameAssignment*); string getOutputFile() { return OutPutFile; } @@ -35,6 +35,7 @@ private: ListVector* list; float cutoff; MothurOut* m; + bool sortWanted; int convertPhylip2Column(NameAssignment*); };