]> git.donarmstrong.com Git - mothur.git/blobdiff - listotulabelscommand.h
fixed seq. error align=f issue. added std and ave calcs to mothurout. working on...
[mothur.git] / listotulabelscommand.h
index ea41539adb021cdc56fd6175f7845f2ae70363e4..b1150a8f828ad5f8bdb26931732b9288d017672e 100644 (file)
@@ -25,9 +25,11 @@ public:
     string getCommandName()                    { return "list.otulabels";          }
     string getCommandCategory()                { return "OTU-Based Approaches";        } 
     //commmand category choices: Sequence Processing, OTU-Based Approaches, Hypothesis Testing, Phylotype Analysis, General, Clustering and Hidden
-    string getHelpString();    
+    
+       string getHelpString(); 
+    string getOutputPattern(string);   
     string getCitation() { return "http://www.mothur.org/wiki/List.otulabels"; }
-    string getDescription()            { return "lists otu labels from shared or relabund file. Can be used with output from classify.otu, otu.association, or corr.axes to select specific otus."; }
+    string getDescription()            { return "lists otu labels from shared or relabund file. Can be used by get.otulabels with output from classify.otu, otu.association, or corr.axes to select specific otus."; }
     
     int execute(); 
     void help() { m->mothurOut(getHelpString()); }