]> git.donarmstrong.com Git - mothur.git/blobdiff - getcommandinfocommand.h
changes while testing 1.26
[mothur.git] / getcommandinfocommand.h
index 4c5b3ab60f7c1fea8d75f7e228c6539536afd877..b72c2368a911996fcdc71d67748533766f9fe637 100644 (file)
@@ -27,7 +27,11 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "get.commandinfo";             }
        string getCommandCategory()             { return "Hidden";                              }
+       string getOutputFileNameTag(string, string) {  return "";  }
        string getHelpString(); 
+       string getCitation() { return "no citation"; }
+       string getDescription()         { return "get.commandinfo"; }
+       
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }