]> git.donarmstrong.com Git - mothur.git/blobdiff - readtreecommand.h
modifications to shhh.seqs
[mothur.git] / readtreecommand.h
index b0d10f70b57e9fa8ec27622ee9566b67d5c2853c..97391d0982bbadb437ebe13318c47babeca4a981 100644 (file)
@@ -19,7 +19,12 @@ class GlobalData;
 class ReadTreeCommand : public Command {
 public:
        ReadTreeCommand(string);
+       ReadTreeCommand() {}
        ~ReadTreeCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();
        void help();
        
@@ -30,8 +35,11 @@ private:
        string filename, treefile, groupfile, namefile;
        bool abort;
        map<string, string> nameMap;
+       vector<string> outputNames;
+       map<string, vector<string> > outputTypes;
        
        int readNamesFile();
+       int numUniquesInName;
 
 };