]> git.donarmstrong.com Git - mothur.git/blobdiff - clustercommand.h
added get.sharedotu command
[mothur.git] / clustercommand.h
index 37b9edb80224de6d7b7be0f722152e0bdd782b11..ad9fe85d9977f4c3ffb74d65bfa58ecc995f710c 100644 (file)
@@ -26,8 +26,6 @@
        The cluster() command outputs three files *.list, *.rabund, and *.sabund.   */
 
 
-class GlobalData;
-
 class ClusterCommand : public Command {
        
 public:
@@ -44,15 +42,18 @@ private:
        RAbundVector* rabund;
        RAbundVector oldRAbund;
        ListVector oldList;
-       OptionParser* parser;
-       map<string, string> parameters;
-       map<string, string>::iterator it;
+
        bool abort;
 
        string method, fileroot, tag;
        double cutoff;
+       string showabund, timing;
        int precision, length;
        ofstream sabundFile, rabundFile, listFile;
+
+       bool print_start;
+       time_t start;
+       unsigned long loops;
        
        void printData(string label);
 };