]> git.donarmstrong.com Git - mothur.git/blobdiff - hclustercommand.h
added citation function to commands
[mothur.git] / hclustercommand.h
index 5fbdb3d1ab3bfe15a141c1d710ea6d84186a07db..f27837a312bd0b10eca4108352a95003e5ae2be4 100644 (file)
@@ -36,9 +36,10 @@ public:
        ~HClusterCommand(){}
        
        vector<string> setParameters();
-       string getCommandName()                 { return "hcluster";                            }
-       string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getCommandName()                 { return "hcluster";    }
+       string getCommandCategory()             { return "Clustering";  }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Hcluster"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }