]> git.donarmstrong.com Git - mothur.git/blobdiff - getrelabundcommand.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / getrelabundcommand.h
index ab1896f5b3c470d393453da29297814d697ca825..dcb4cf71e43a919bc6fce2588b8d7e8e7c2864dd 100644 (file)
@@ -25,7 +25,12 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "get.relabund";                        }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
+       
        string getHelpString(); 
+    string getOutputPattern(string);   
+       string getCitation() { return "http://www.mothur.org/wiki/Get.relabund"; }
+       string getDescription()         { return "calculates the relative abundance of each OTU in a sample"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }