]> git.donarmstrong.com Git - mothur.git/blobdiff - getsharedotucommand.h
Merge remote-tracking branch 'origin/master'
[mothur.git] / getsharedotucommand.h
index 27a57b0242a92c95f694a941b4e2c05ed465c384..583c2e001a00607cd97771e8fdfa42cbd8866c9f 100644 (file)
@@ -28,8 +28,12 @@ class GetSharedOTUCommand : public Command {
                string getCommandName()                 { return "get.sharedseqs";                      }
                string getCommandCategory()             { return "OTU-Based Approaches";        }
                string getRequiredCommand()             { return "none";                                        }
-               string getHelpString(); 
-       
+               
+       string getHelpString(); 
+    string getOutputPattern(string);   
+               string getCitation() { return "http://www.mothur.org/wiki/Get.sharedseqs"; }
+               string getDescription()         { return "identifies sequences that are either unique or shared by specific groups"; }
+
                int execute(); 
                void help() { m->mothurOut(getHelpString()); }