]> git.donarmstrong.com Git - mothur.git/blobdiff - libshuffcommand.h
added citation function to commands
[mothur.git] / libshuffcommand.h
index 97fcd1cce71290949fde06e96086ab0cc48db70b..25b128157b7fb6ba9a3382542cf353bd2ab74473 100644 (file)
@@ -27,6 +27,7 @@ public:
        string getCommandName()                 { return "libshuff";                            }
        string getCommandCategory()             { return "Hypothesis Testing";          }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Libshuff"; }
        
        int execute();
        void help() { m->mothurOut(getHelpString()); }