]> git.donarmstrong.com Git - mothur.git/blobdiff - getlabelcommand.h
added pipeline commands which involved change to command factory and command class...
[mothur.git] / getlabelcommand.h
index 3e18026f327d1836a8f2d623c10ad1c966a21525..00945e1b362e6e19cf705cf77ee16a15e5a3ccf0 100644 (file)
@@ -18,7 +18,12 @@ class GlobalData;
 class GetlabelCommand : public Command {
 public:
        GetlabelCommand(string);
+       GetlabelCommand(){}
        ~GetlabelCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();
        void help();
        
@@ -26,6 +31,8 @@ private:
        GlobalData* globaldata;
        string filename;
        bool abort;
+       vector<string> outputNames;
+       map<string, vector<string> > outputTypes;
 };
 
 #endif