]> git.donarmstrong.com Git - mothur.git/blobdiff - consensuscommand.h
added otu.association command. added calcSpearman, calcKendall and calcPearson functi...
[mothur.git] / consensuscommand.h
index fdad93a5efa8a9aee8493d32c37f016bdc21f4f0..a9878517db3b6a1e1bc86d057f1ce5d6a2554b82 100644 (file)
@@ -22,11 +22,12 @@ public:
        ~ConcensusCommand() {}
        
        vector<string> setParameters();
-       string getCommandName()                 { return "concensus";   }
+       string getCommandName()                 { return "consensus";   }
        string getCommandCategory()             { return "Hidden";              }
        string getHelpString(); 
        string getCitation() { return "no citation"; }
-       
+       string getDescription()         { return "consensus"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }