]> git.donarmstrong.com Git - mothur.git/blobdiff - clustersplitcommand.h
changed hard parameter in cluster commands
[mothur.git] / clustersplitcommand.h
index 4d1f4358ccf94382af1bb513e5cfaf10d87c8f34..631a8b6c8b95bfa87c52035cdb91d53bc7b378aa 100644 (file)
@@ -32,7 +32,7 @@ private:
        vector<int> processIDS;   //processid
        vector<string> outputNames;
 
-       string method, fileroot, tag, outputDir, phylipfile, columnfile, namefile, distfile, format, showabund, timing;
+       string method, fileroot, tag, outputDir, phylipfile, columnfile, namefile, distfile, format, showabund, timing, splitmethod, taxFile;
        double cutoff, splitcutoff;
        int precision, length, processors;
        bool print_start, abort, hard;