]> git.donarmstrong.com Git - mothur.git/blobdiff - getseqscommand.h
added pipeline commands which involved change to command factory and command class...
[mothur.git] / getseqscommand.h
index 4f4c809e51e7f9308ae4f372bdd2195eb964f6c3..ea93b5a1c4e0427cc43157a5d77f995bb3f2308b 100644 (file)
@@ -17,7 +17,12 @@ class GetSeqsCommand : public Command {
        public:
        
                GetSeqsCommand(string);
+               GetSeqsCommand();
                ~GetSeqsCommand(){};
+               vector<string> getRequiredParameters();
+               vector<string> getValidParameters();
+               vector<string> getRequiredFiles();
+               map<string, vector<string> > getOutputFiles() { return outputTypes; }
                int execute();
                void help();    
                
@@ -26,6 +31,7 @@ class GetSeqsCommand : public Command {
                vector<string> outputNames;
                string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, taxfile, outputDir;
                bool abort, dups;
+               map<string, vector<string> > outputTypes;
                
                int readFasta();
                int readName();