]> git.donarmstrong.com Git - mothur.git/blobdiff - clustercommand.h
Thallinger changes to cluster command.
[mothur.git] / clustercommand.h
index 44ce6f9f6833a8fd5181bcff64880bfe8f4d4f88..ad9fe85d9977f4c3ffb74d65bfa58ecc995f710c 100644 (file)
@@ -26,8 +26,6 @@
        The cluster() command outputs three files *.list, *.rabund, and *.sabund.   */
 
 
-class GlobalData;
-
 class ClusterCommand : public Command {
        
 public:
@@ -49,8 +47,13 @@ private:
 
        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);
 };