]> git.donarmstrong.com Git - mothur.git/blobdiff - mgclustercommand.h
another attempt to fix sffinfo
[mothur.git] / mgclustercommand.h
index 89b72fceb2ad6c57cf0cde5ae531bf985bf3468f..4ef0bd90de3de904e51556e87e31163f4d08d0c7 100644 (file)
@@ -40,9 +40,10 @@ private:
        
        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, merge;
+       bool abort, minWanted, hclusterWanted, merge, hard;
        
        void printData(ListVector*);
        ListVector* mergeOPFs(map<string, int>, float);