]> git.donarmstrong.com Git - mothur.git/blobdiff - listseqscommand.h
added pipeline commands which involved change to command factory and command class...
[mothur.git] / listseqscommand.h
index 6a210a180e5bc9453005c7aefb8613fa45d52c03..889b3733df47f346be5a3fd9dd327a0660913c61 100644 (file)
@@ -16,13 +16,19 @@ class ListSeqsCommand : public Command {
        
        public:
        
-               ListSeqsCommand(string);        
-               ~ListSeqsCommand(){};
+               ListSeqsCommand(string);
+               ListSeqsCommand();      
+               ~ListSeqsCommand(){}
+               vector<string> getRequiredParameters();
+               vector<string> getValidParameters();
+               vector<string> getRequiredFiles();
+               map<string, vector<string> > getOutputFiles() { return outputTypes; }
                int execute();
                void help();    
                
        private:
-               vector<string> names;
+               vector<string> names, outputNames;
+               map<string, vector<string> > outputTypes;
                string fastafile, namefile, groupfile, alignfile, inputFileName, outputDir, listfile, taxfile;
                bool abort;