]> git.donarmstrong.com Git - mothur.git/blobdiff - catchallcommand.h
added citation function to commands
[mothur.git] / catchallcommand.h
index a1c9d0e2e8b1d6806a7c84c45419f297110f5320..c9fe28590e5d5b2082f1d7f1bf04daf4316090ef 100644 (file)
@@ -32,7 +32,8 @@ public:
        string getCommandName()                 { return "catchall";                    }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
-       
+       string getCitation() { return "http://www.northeastern.edu/catchall/index.html http://www.mothur.org/wiki/Catchall"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }