]> git.donarmstrong.com Git - mothur.git/blobdiff - clustercommand.h
finished chimera changes
[mothur.git] / clustercommand.h
index 44ce6f9f6833a8fd5181bcff64880bfe8f4d4f88..5c21efccb279aeeb447a00087c846859c84eae3f 100644 (file)
@@ -26,8 +26,6 @@
        The cluster() command outputs three files *.list, *.rabund, and *.sabund.   */
 
 
-class GlobalData;
-
 class ClusterCommand : public Command {
        
 public:
@@ -47,10 +45,15 @@ private:
 
        bool abort;
 
-       string method, fileroot, tag;
+       string method, fileroot, tag, outputDir;
        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);
 };