]> git.donarmstrong.com Git - mothur.git/blobdiff - hclustercommand.h
initial add of metastats
[mothur.git] / hclustercommand.h
index 4c8fa9c9aa7811d31dc52e3b050ac0c1d5305184..1aae49d9b341a6ce2652ed4bd3e340bf2a0a9040 100644 (file)
@@ -46,13 +46,14 @@ private:
        ListVector oldList;
        ReadCluster* read;
        
-       bool abort, sorted, print_start;
-       string method, fileroot, tag, distfile, format, phylipfile, columnfile, namefile, sort, showabund, timing;
+       bool abort, sorted, print_start, hard;
+       string method, fileroot, tag, distfile, format, phylipfile, columnfile, namefile, sort, showabund, timing, outputDir;
        double cutoff;
        int precision, length;
        ofstream sabundFile, rabundFile, listFile;
        time_t start;
        unsigned long loops;
+       vector<string> outputNames;
        
        void printData(string label);
 };