]> git.donarmstrong.com Git - mothur.git/blobdiff - clustercommand.h
paralellized rarefaction.single
[mothur.git] / clustercommand.h
index 5c21efccb279aeeb447a00087c846859c84eae3f..c8e01749de20baac9fe523e9cbf0b5f158b35941 100644 (file)
@@ -29,7 +29,7 @@
 class ClusterCommand : public Command {
        
 public:
-       ClusterCommand(string); 
+       ClusterCommand(string);
        ~ClusterCommand();
        int execute();  
        void help();
@@ -43,7 +43,7 @@ private:
        RAbundVector oldRAbund;
        ListVector oldList;
 
-       bool abort;
+       bool abort, hard;
 
        string method, fileroot, tag, outputDir;
        double cutoff;
@@ -56,6 +56,7 @@ private:
        unsigned long loops;
        
        void printData(string label);
+       vector<string> outputNames;
 };
 
 #endif