]> git.donarmstrong.com Git - mothur.git/blobdiff - readcluster.h
added cluster.split command
[mothur.git] / readcluster.h
index fae7c2653890c01bdaed816a61202b80fda7da80..9ca2a1b14010bf518e2bc366e4df9d77285361eb 100644 (file)
@@ -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*);
 };