]> git.donarmstrong.com Git - mothur.git/blobdiff - getrelabundcommand.h
added forward and reverse barcodes to trim.seqs to process illumina seqs
[mothur.git] / getrelabundcommand.h
index ab1896f5b3c470d393453da29297814d697ca825..1d5163d2bf662566f2ad5923980dfc96f081231f 100644 (file)
@@ -26,6 +26,9 @@ public:
        string getCommandName()                 { return "get.relabund";                        }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
+       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()); }