]> git.donarmstrong.com Git - mothur.git/blobdiff - readotucommand.h
added citation function to commands
[mothur.git] / readotucommand.h
index 6b3d1e0ed3ec709181f78ee8428db2ff273c88d1..0f6644bdb4b8b0126f5ace2b5f11f9e505f44094 100644 (file)
@@ -24,6 +24,7 @@ public:
        string getCommandName()                 { return "read.otu";    }
        string getCommandCategory()             { return "Hidden";      }
        string getHelpString() { return "This command is no longer available. You can provide your files directly to the downstream commands like collect.shared."; }   
+       string getCitation() { return "http://www.mothur.org/wiki/Read.otu"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }