]> git.donarmstrong.com Git - mothur.git/blobdiff - getlabelcommand.h
added merge.groups command
[mothur.git] / getlabelcommand.h
index ec0692cac91902901630388ddcd908a22121beb8..00945e1b362e6e19cf705cf77ee16a15e5a3ccf0 100644 (file)
@@ -17,13 +17,22 @@ class GlobalData;
 
 class GetlabelCommand : public Command {
 public:
-       GetlabelCommand();
+       GetlabelCommand(string);
+       GetlabelCommand(){}
        ~GetlabelCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();
+       void help();
        
 private:
        GlobalData* globaldata;
        string filename;
+       bool abort;
+       vector<string> outputNames;
+       map<string, vector<string> > outputTypes;
 };
 
-#endif
\ No newline at end of file
+#endif