]> git.donarmstrong.com Git - mothur.git/blobdiff - chopseqscommand.h
added pipeline commands which involved change to command factory and command class...
[mothur.git] / chopseqscommand.h
index 604906425997010d3cfcde2b41b9cdeb6b5a1ae7..8e007ff7513e62df1dd32e7fe192628c02e48425 100644 (file)
@@ -18,8 +18,13 @@ class ChopSeqsCommand : public Command {
        
        public:
        
-               ChopSeqsCommand(string);        
+               ChopSeqsCommand(string);
+               ChopSeqsCommand();      
                ~ChopSeqsCommand(){};
+               vector<string> getRequiredParameters();
+               vector<string> getValidParameters();
+               vector<string> getRequiredFiles();
+               map<string, vector<string> > getOutputFiles() { return outputTypes; }
                int execute();
                void help();    
                
@@ -27,9 +32,12 @@ class ChopSeqsCommand : public Command {
                string fastafile, outputDir, keep;
                bool abort, countGaps;
                int numbases;
+               vector<string> outputNames;
+               map<string, vector<string> > outputTypes;
                
                string getChopped(Sequence);
                
+               
 };
 
 #endif