]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupscommand.h
added cutoff change to hcluster
[mothur.git] / getgroupscommand.h
index 955de627ccb6f4952c6ed3a1444ee2b4d5397187..642107dafc9d567aa93270195740030d33698e52 100644 (file)
@@ -26,6 +26,9 @@ public:
        string getCommandName()                 { return "get.groups";                          }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Get.groups"; }
+       string getDescription()         { return "gets sequences from a list, fasta, name, group or taxonomy file from a given group or set of groups"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }