]> git.donarmstrong.com Git - mothur.git/blobdiff - mgclustercommand.h
changed hard parameter in cluster commands
[mothur.git] / mgclustercommand.h
index 9aa86d4441e5c5f1202a6d552fef31162337c00d..4ef0bd90de3de904e51556e87e31163f4d08d0c7 100644 (file)
@@ -36,20 +36,19 @@ private:
        HCluster* hcluster;
        ListVector* list;
        ListVector oldList;
-       vector<DistNode> overlapMatrix;
-       DistNode next;
-
+       vector<seqDist> overlapMatrix;
        
-       string blastfile, method, namefile, overlapFile, distFile;
+       string blastfile, method, namefile, overlapFile, distFile, outputDir;
        ofstream sabundFile, rabundFile, listFile;
-       float cutoff, penalty;
+       double cutoff;
+       float penalty;
        int precision, length, precisionLength;
-       bool abort, minWanted, hclusterWanted, exitedBreak, merge;
+       bool abort, minWanted, hclusterWanted, merge, hard;
        
        void printData(ListVector*);
        ListVector* mergeOPFs(map<string, int>, float);
        void sortHclusterFiles(string, string);
-       vector<DistNode> getSeqs(ifstream&);
+       vector<seqDist> getSeqs(ifstream&);
 
 };