]> git.donarmstrong.com Git - mothur.git/blobdiff - consensuscommand.h
added citation function to commands
[mothur.git] / consensuscommand.h
index 6bd5d3e0edffe82be92d116fcacfe1c0c94a3173..fdad93a5efa8a9aee8493d32c37f016bdc21f4f0 100644 (file)
@@ -25,6 +25,7 @@ public:
        string getCommandName()                 { return "concensus";   }
        string getCommandCategory()             { return "Hidden";              }
        string getHelpString(); 
+       string getCitation() { return "no citation"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }