]> git.donarmstrong.com Git - mothur.git/blobdiff - classifysharedcommand.h
a lot of new input parameters in rf module, implemented a pruning system in the rf...
[mothur.git] / classifysharedcommand.h
index fe0637494db78aa96ecbac56c2f82b08ba2f9c6d..276b71ccdfbeda299125477eefbc3796a2c9aa7b 100755 (executable)
@@ -20,10 +20,9 @@ public:
   
   vector<string> setParameters();
   string getCommandName()                      { return "classify.shared";     }
-   string getCommandCategory()         { return "OTU-Based Approaches";                }
-  
+  string getCommandCategory()          { return "OTU-Based Approaches";                }  
   string getHelpString();      
-    string getOutputPattern(string);
+  string getOutputPattern(string);
   string getCitation() { return "http://www.mothur.org/wiki/Classify.shared\n"; }
   string getDescription()              { return "description"; }
   int execute();
@@ -35,7 +34,7 @@ private:
     string outputDir;
     vector<string> outputNames, Groups;
   
-    string sharedfile, designfile, otupersplit, splitcriteria;
+    string sharedfile, designfile;
     set<string> labels;
     bool allLines;