]> git.donarmstrong.com Git - mothur.git/blobdiff - seqsummarycommand.h
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / seqsummarycommand.h
index 24c29a107b8189778c62b2eeb49258957a321be6..623c3c1e8f400f4262414a5cf546143d698840e7 100644 (file)
@@ -17,20 +17,20 @@ class SeqSummaryCommand : public Command {
 public:
        SeqSummaryCommand(string);
        SeqSummaryCommand();
-       ~SeqSummaryCommand();
-       vector<string> getRequiredParameters();
-       vector<string> getValidParameters();
-       vector<string> getRequiredFiles();
-       map<string, vector<string> > getOutputFiles() { return outputTypes; }
-       int execute();
-       void help();
+       ~SeqSummaryCommand(){}
        
+       vector<string> setParameters();
+       string getCommandName()                 { return "summary.seqs";                        }
+       string getCommandCategory()             { return "Sequence Processing";         }
+       string getHelpString(); 
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }          
 private:
        bool abort;
        string fastafile, outputDir, namefile;
        int processors;
        vector<string> outputNames;
-       map<string, vector<string> > outputTypes;
        map<string, int> nameMap;
        
        struct linePair {