]> git.donarmstrong.com Git - mothur.git/blobdiff - binsequencecommand.h
added pipeline commands which involved change to command factory and command class...
[mothur.git] / binsequencecommand.h
index 6ea7305265a6725a6a6290f6de028b307c5e8a0b..df7ea7593dd266c71a3a1b7a49c03c70596a368f 100644 (file)
@@ -25,7 +25,12 @@ class BinSeqCommand : public Command {
        
 public:
        BinSeqCommand(string);  
+       BinSeqCommand();
        ~BinSeqCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();
        void help();    
        
@@ -42,6 +47,7 @@ private:
        ofstream out;
        ifstream in, inNames;
        vector<string> outputNames;
+       map<string, vector<string> > outputTypes;
        
        void readNamesFile();
        int process(ListVector*);