]> git.donarmstrong.com Git - mothur.git/blobdiff - nocommands.h
removing chime source files from mother project.
[mothur.git] / nocommands.h
index 12bfc4dffc6082ab35cc405b5ab03b522391b02d..5ed7e127d09ce645aa11cd43dd2192a1155b42dc 100644 (file)
@@ -25,6 +25,9 @@ public:
        string getCommandName()                 { return "NoCommand";   }
        string getCommandCategory()             { return "Hidden";              }
        string getHelpString() { return "No Command"; } 
+       string getCitation() { return "no citation"; }
+       string getDescription()         { return "no description"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }