]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedcommand.h
added citation function to commands
[mothur.git] / sharedcommand.h
index f1e7c48cd71ee7ff1984e43cb7bb5676a3ee42a5..add6ee8d4a6ebdfd86d6a08d750c7fe88cc3bd35 100644 (file)
@@ -31,6 +31,7 @@ public:
        string getCommandName()                 { return "make.shared";                         }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Make.shared"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }