]> git.donarmstrong.com Git - mothur.git/blobdiff - readdistcommand.h
fixed phylip convert for cluster.split command
[mothur.git] / readdistcommand.h
index 868d72e6bd5184b11253dc5c9aacded459f0ee3d..6241f97b5fb1b70f79a326360ace611a1866fa72 100644 (file)
@@ -39,10 +39,10 @@ private:
        FullMatrix* matrix;
        GroupMap* groupMap;
        string distFileName, format, method;
-       string phylipfile, columnfile, namefile, groupfile;
+       string phylipfile, columnfile, namefile, groupfile, outputDir;
        NameAssignment* nameMap;
 
-       bool abort;
+       bool abort, sim, hard;
 
 };