]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactcommand.h
added citation function to commands
[mothur.git] / rarefactcommand.h
index 67ab70ce2caede69c32fc8a61f6fe258d2133e80..58e6819bf07ef6d63d6fbf8f4bb92a2f154bf163 100644 (file)
@@ -27,6 +27,7 @@ public:
        string getCommandName()                 { return "rarefaction.single";          }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Rarefaction.single"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }