]> git.donarmstrong.com Git - mothur.git/blobdiff - readdistcommand.h
added set.dir command and modified commands to redirect input and output, removed...
[mothur.git] / readdistcommand.h
index 981afa339308199105a0082c8458dd0b1ed7295c..1f852be88e84223a3f07b9847f71e57ee8160442 100644 (file)
@@ -26,9 +26,10 @@ class GlobalData;
 
 class ReadDistCommand : public Command {
 public:
-       ReadDistCommand();
+       ReadDistCommand(string);
        ~ReadDistCommand();
        int execute();
+       void help();
        
 private:
        GlobalData* globaldata;
@@ -37,8 +38,12 @@ private:
        ReadMatrix* read;
        FullMatrix* matrix;
        GroupMap* groupMap;
-       string filename, format, method;
+       string distFileName, format, method;
+       string phylipfile, columnfile, namefile, groupfile, outputDir;
        NameAssignment* nameMap;
+
+       bool abort;
+
 };
 
 #endif