]> git.donarmstrong.com Git - mothur.git/blobdiff - treegroupscommand.h
added sequence name to error string in fastq.info. Changed np_shannon to npshannon.
[mothur.git] / treegroupscommand.h
index 6bb35f26056ea14873b3b8d76773c207ab83243b..d2d6c721c72fcc5d96926fc246c31e89743dca58 100644 (file)
@@ -40,6 +40,9 @@ public:
        string getCommandName()                 { return "tree.shared";                         }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Tree.shared"; }
+       string getDescription()         { return "generate a tree file that describes the dissimilarity among groups"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }