]> git.donarmstrong.com Git - mothur.git/blobdiff - hclustercommand.h
added MPI to dist.seqs command
[mothur.git] / hclustercommand.h
index 4c8fa9c9aa7811d31dc52e3b050ac0c1d5305184..8bbc655fd7c30a9708b8292a81de0bb6a7b6c478 100644 (file)
@@ -47,12 +47,13 @@ private:
        ReadCluster* read;
        
        bool abort, sorted, print_start;
-       string method, fileroot, tag, distfile, format, phylipfile, columnfile, namefile, sort, showabund, timing;
+       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);
 };