]> git.donarmstrong.com Git - mothur.git/blobdiff - readdistcommand.h
fixed valid parameters to include shared parameter for read.shared command.
[mothur.git] / readdistcommand.h
index bd4a913d61fb22799c682387b73bd38440b10af0..981afa339308199105a0082c8458dd0b1ed7295c 100644 (file)
@@ -11,6 +11,8 @@
 
 #include "command.hpp"
 #include "readmatrix.hpp"
+#include "fullmatrix.h"
+#include "groupmap.h"
 
 /* The read.dist command is used to read a distance matrix file.  
 The read.dist command parameter options are phylipfile, columnfile, namefile, cutoff and precision. 
@@ -33,6 +35,8 @@ private:
        double cutoff;
        int precision;
        ReadMatrix* read;
+       FullMatrix* matrix;
+       GroupMap* groupMap;
        string filename, format, method;
        NameAssignment* nameMap;
 };