]> git.donarmstrong.com Git - mothur.git/blobdiff - readdistcommand.h
added sequence name to error string in fastq.info. Changed np_shannon to npshannon.
[mothur.git] / readdistcommand.h
index 8c248cd0af21ff65cb6eab139f11e56f6bc74e83..afe077d4e0e16c7763dc8304130242d2e0af1d4e 100644 (file)
@@ -32,7 +32,9 @@ 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"; }
+       string getDescription()         { return "read.dist"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }