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