]> git.donarmstrong.com Git - mothur.git/blobdiff - readotucommand.h
1.18.1
[mothur.git] / readotucommand.h
index eb0ca8f7832e5f1877a172fa0449a3ae29e5416f..6b3d1e0ed3ec709181f78ee8428db2ff273c88d1 100644 (file)
  */
 
 #include "command.hpp"
-#include "readotu.h"
 #include "inputdata.h"
 #include "groupmap.h"
 #include "sharedcommand.h"
 
-class GlobalData;
-
 class ReadOtuCommand : public Command {
 public:
        ReadOtuCommand(string);
        ReadOtuCommand();
-       ~ReadOtuCommand();
-       vector<string> getRequiredParameters();
-       vector<string> getValidParameters();
-       vector<string> getRequiredFiles();
-       map<string, vector<string> > getOutputFiles() { return outputTypes; }
-       int execute();
-       void help();
+       ~ReadOtuCommand() {}
+       
+       vector<string> setParameters() {  return outputNames; } //dummy doesn't really do anything
+       string getCommandName()                 { return "read.otu";    }
+       string getCommandCategory()             { return "Hidden";      }
+       string getHelpString() { return "This command is no longer available. You can provide your files directly to the downstream commands like collect.shared."; }   
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
        
 private:
-       GlobalData* globaldata;
        InputData* input;
        Command* shared;
        GroupMap* groupMap;